@extends('layouts.includes.header') @section('content')

Agents Control panel

@include('layouts.includes.adminlte.alerts')

Search

{{ csrf_field() }}
@if(empty($agents)) @else @foreach($agents as $agent) @endforeach @endif
Name Email Phone Status Action
No Record Found
{{$agent['firstname']}} {{$agent['email']}} {{$agent['mobile']}} {{($agent['status'] == 0)?'Inactive':'Active'}}
@endsection