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

Service Log Control panel

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

{{ csrf_field() }}
@foreach($customers as $customer) @endforeach
Agent Name Customer Name Service Date Bill No Action
{{$customer->agent_name}} {{$customer->customer_name}} {{$customer->date}} {{$customer->bill_no}}
    
@endsection