@extends('layout.index') @if (isset($id)) @section('title', 'Edit Master State') @else @section('title', 'Add Master State') @endif @section('content')
@if ($message = Session::get('error'))
@endif @if ($message = Session::get('success'))
@endif
{{--
--}} {{ csrf_field() }}
@error('country') {{ $message }} @enderror
@error('state') {{ $message }} @enderror
Cancel
{{--
--}}
@endsection