@extends('layout.index') @if (isset($id)) @section('title', 'Edit Master Block') @else @section('title', 'Add Master Block') @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
@error('district') {{ $message }} @enderror
@error('block') {{ $message }} @enderror
Cancel
@endsection