@section('page_content')

{{ $page_title }}

+ Add New Form Field
@if($fields->count() > 0) @foreach($fields as $field) @endforeach @else @endif
Form Field Name Status Created Date Action
{{ $field->name }} {{ $field->status == 1 ? 'Active':'Inactive' }} {{ $field->created_at->format('Y-m-d') }}
Currently no fields exists in the database. Please add one now.
@stop