@extends('admin.layout.app') @section('title') {{ __('Create') }} State @endsection @section('header')

Home - State Managment

@endsection @section('content')
{{ __('Create') }} State
@csrf @include('admin.state.form')
@endsection @section('script') @endsection