@extends('layouts.includes.agent.header')
@section('content')
@include('layouts.includes.adminlte.alerts')
Agent Name
|
Customer Name
|
Service Date
|
Bill No
|
Action
|
@foreach($customers as $customer)
{{$customer->agent_name}} |
{{$customer->customer_name}} |
{{$customer->date}} |
{{$customer->bill_no}} |
|
@endforeach
@endsection