@php /** * Component : Contact * Controller : ContactCustomFieldController * File : Custom Field.list.blade.php * ----------------------------------------------------------------------------- */ @endphp @extends('layouts.app', ['title' => __tr('Contact Custom Fields')]) @section('content') @include('users.partials.header', [ 'title' => __tr('Contact Custom Fields'), 'description' => '', 'class' => 'col-lg-7' ])
@foreach (configItem('contact_custom_input_types') as $inputTypeKey => $inputTypeValue) @endforeach
{{ __tr('Input Name') }} {{ __tr('Input Type') }} {{ __tr('Action') }}
@endsection()