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