@extends('layouts.app') @section('title', 'States') @php $breadcrumbs = [['label' => 'Masters', 'url' => '#'], ['label' => 'States']]; @endphp @section('content')

States Master

Manage states records

@can('states.create') New States @endcan
@endsection