@extends('admin.layout.app') @section('title') State @endsection @section('header')

Home - State Management

@can('states-create')
@endcan
@endsection @section('content')
State
@include('admin.state.filter') @foreach ($states as $key => $state) @endforeach
No Province Name Actions
{{ $states->firstItem()+$key }} {{ $state->province->name }} {{ $state->name }} @include('admin.state.actions')
{{ $states->appends(request()->query())->links('vendor.pagination.bordered-rounded') }}
@endsection @section('script') @endsection