@extends('master.layout.dashboard') @section('title', 'Edit Estate Agent') @section('content')

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if (session()->has('message'))
{{session('message')}}
@endif
@if (session()->has('hasError'))
{{session('hasError')}}
@endif
Edit Estate Agent

@csrf







@endsection @section('javascript') @endsection