@extends('backend.layouts.app') @section('head') @endsection @section('content')

{{translate('All States')}}

# {{translate(' name')}} {{translate(' country')}} {{translate('Status')}}
{{ translate('Add New State') }}
@csrf
@endsection @section('script') {!! $datatable_script !!} {!! $switch_script !!} @endsection