@include('links.header') State List
@if(Auth::user()->role_id==1) Add Area @endif

@if (Session::has('msg')) @endif @if (Session::has('msg_e')) @endif
@if(!empty($areas)) @foreach($areas AS $index=>$area) @endforeach @endif
# Name State Action
# Name State Action
{{ $index+1 }} {{ $area->state->name }} {{ $area->area_name }} Edit       {{-- {!! Form::open(array( 'style' => 'display: inline-block;', 'method' => 'DELETE', 'onsubmit' => "return confirm('Are you sure. You want to delete record!');", 'route' => ['areas.destroy', $area->id])) !!} {!! Form::submit('Delete', array('class' => 'btn btn-danger')) !!} {!! Form::close() !!} --}}
@include('links.footer')