Institutions table
{{ Form::open(array('route' => 'admin.institutions.store', 'method' => 'post', 'role' => 'form')) }}
{{ $errors->first('name') ?? '' }}
{{ $errors->first('locality') ?? '' }}
{{ Form::close() }}
@if(count($institutions) > 0) @foreach($institutions as $institution) @endforeach @else @endif
ID Name Localitatea Updated At
{{ $institution->id }}

{{ $institution->name }}

{{ $institution->locality->name }}

{{ $institution->updated_at }}

{{ __('pages.edit') }} {{ __('pages.delete') }}
data not found
{{ $institutions->links() }}