@extends('layout.master') @section('content')
{{--
❮  Back

Add Estate

--}}
{{ csrf_field() }}
@if ($errors->has('estate_name'))

{{ $errors->first('estate_name') }}

@endif
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if ($errors->has('contact_number'))

{{ $errors->first('contact_number') }}

@endif
@if ($errors->has('address_line_one'))

{{ $errors->first('address_line_one') }}

@endif
{{--
--}} {{--
--}}
@if ($errors->has('post_code'))

{{ $errors->first('post_code') }}

@endif
Cancel
@push('scripts') @endPush @endsection