@extends('layout.admin.master') @section('lib-css') @endsection @push('custom-css') @endpush @section('content')

Agent - {{$agents->count()}}

@if($agents->count()>0) @foreach($agents as $agent) @endforeach @endif
Name Email Mobile Branch Address Registered Since Action
{{$agent->name ?? '--'}} {{$agent->email ?? '--'}} {{$agent->mobile_no ?? '--'}} {{$agent->branchInfo->name ?? '--'}} {{$agent->address ?? '--'}} {{$agent->created_at ?? ''}} Edit @include('User::agent.edit')
{{ csrf_field() }} {{ method_field('DELETE') }}
@include('User::agent.create') @endsection @section('lib-js') @endsection