@include('includes.header')

Add Agent

{{csrf_field()}}
@if ($errors->has('fname')) {{ $errors->first('fname') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('lname')) {{ $errors->first('lname') }} @endif
@if ($errors->has('mnum')) {{ $errors->first('mnum') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('area')) {{ $errors->first('area') }} @endif
@if ($errors->has('company')) {{ $errors->first('company') }} @endif
Cancel
@include('includes.footer')