@extends('layouts.adminmaster') @section('styles') @endsection @section('content')

{{ lang('Custom Field Lists') }}

@can('CustomField Create') @endcan
@can('CustomField Delete') @endcan @cannot('CustomField Delete') @endcannot

loading.. Please Wait

{{ lang('Sl.No') }} {{ lang('Field Name') }} {{ lang('Field Type') }} {{ lang('Status') }} {{ lang('Actions') }}
@endsection @section('modal') @include('admin.customfield.customfieldmodal') @endsection @section('scripts') @endsection