@extends('admin.layout.dashboard-template') @section('content')

Agents Contact Upload List

@foreach($agents as $key => $agent) @endforeach
# Agent Name Mobile Total Contacts Action
{{ $key+1 }} {{ $agent->name }} {{ $agent->mobile_number }} {{ $agent->contacts_count }} View Contacts Download Excel
@endsection