@section('page_content')
| Field Name | Type | Category | Mandatory | Status | Created Date | Action | |
|---|---|---|---|---|---|---|---|
| {{ $field->name }} | {{ config('env.form_types')[$field->type] }} | @foreach ($categories as $category) @if (array_key_exists($field->id, $field_category->all()) && in_array($category->id, $field_category[$field->id]->pluck('category_id')->all())) {{ $category->name }} @endif @endforeach | mandatory == '2' ? 'checked' : '' }} disabled /> | {{ $field->status == 1 ? 'Active' : 'Inactive' }} | {{ $field->created_at->format('Y-m-d') }} | @if ($field->attribute == 2 || $field->attribute == 3) {{-- --}} @else @endif | |
| Currently no leads field exists in the database. Please add one now. | |||||||