@extends('admin.layouts.master') @section('title', 'Edit State') @section('parent_title', 'Dashboard') @section('content')

Edit State

@csrf @method('PUT')
@error('state_name')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
Back
@endsection @section('scripts') @endsection