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