@extends('dashboard.layout') @section('content')

{{__('Forms')}}

@forelse($forms as $row) @empty @endforelse
{{__('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
@endsection