@extends('backend.layouts.main') @section('title') Create State @endsection @section('content')

Create New State

@csrf @include('backend.states.partials.form')
@endsection