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