@extends('dashboard.layouts.master') @section('title', 'State Management | Admin Panel') @section('content') @include('sweetalert::alert') @if(Helper::canAccessModule('state'))

{{ __('backend.state_management') }}

{{ __('backend.dashboard') }} / {{ __('backend.state_management') }} / {{ __('backend.state') }}
@if(Helper::checkPermission('state', 'create')) @endif
@if(Helper::checkPermission('state', 'active') || Helper::checkPermission('state', 'delete')) {{ Form::open(['route' => 'stateUpdateAll', 'method' => 'post', 'id' => 'updateAll']) }}
{{ Form::close() }} @endif
Country Name State Name Short Name {{ __('backend.status') }} {{ __('backend.options') }}
{{-- Alert modal (no rows / no status selected) --}} {{-- Confirmation modal (yes / no) --}} @else @endif @endsection @push('after-scripts') @endpush