@extends('backend.layout.master') @section('title', __('All States')) @section('style') @endsection @section('content')

{{ __('All States') }}

@can('state-add') @endcan
@can('state-bulk-delete') @endcan
@include('countrymanage::state.search-result')
@include('countrymanage::state.add-modal') @include('countrymanage::state.edit-modal') @endsection @section('script') @include('countrymanage::state.state-js') @endsection