@extends('admin.layouts.layout') @section('content')
@if(empty($editAgentsData[0]->id))
@else @endif @csrf
@if ($errors->has('name')){{ $errors->first('name') }}@endif
@if ($errors->has('email')){{ $errors->first('email') }}@endif
@if ($errors->has('phone')){{ $errors->first('phone') }}@endif
@if ($errors->has('address')){{ $errors->first('address') }}@endif
@if ($errors->has('postsecondaryid')) {{ $errors->first('postsecondaryid') }}@endif
@if ($errors->has('postsecondaryid')) {{ $errors->first('postsecondaryid') }}@endif
@if ($errors->has('postsecondaryid')) {{ $errors->first('postsecondaryid') }}@endif
@if ($errors->has('postal_code')){{ $errors->first('postal_code') }}@endif
@endsection