{{__('Forms')}}
| {{__('ID')}} | {{__('Title')}} | {{__('Actions')}} |
|---|---|---|
| {{$row->id}} | {{$row['name_'.\Config::get('app.locale')]}} | |
| {{__('No Data')}} | ||
| {{__('Search By')}} {{__('ID')}} | {{__('Search By')}} {{__('Title')}} | @if(\Gate::check('new-form-builder') || \Gate::check('root-access') ) {{__('Add New')}} @endif |