@if(session('agentmsg')) @endif @if(session('agenterror')) @endif
Agent List:
@if(!$agents->isEmpty()) @foreach($agents as $agent) @endforeach
Full Name Phone Email
{{$agent->fullname}} @if(!$agent->active)deleted@endif {{$agent->phone}} {{$agent->email}}
@endif @if($isaddform)
@csrf
@endif @if($iseditform)
@csrf @method('PUT')
@endif @if(!$isaddform)
Add Agent information
@endif