@extends('layouts.app') @section('content')
For {{!request('date') ? "today's" : request('date')}} customer purchases, you have the option to access both the customer profile and their transaction history.
To register a new customer, click on the 'Add Customer' button.
Customer | Phone | Address / Location |
EnteredBy | Last Purchase Branch |
Action |
---|---|---|---|---|---|
{{@strtoupper($customer_data->customer_name)}} | {{$customer_data->customer_phone}} | {{@strtoupper($customer_data->customer_address)}} | {{@strtoupper($customer_data->customer_enteredby)}} | {{@strtoupper($customer_data->customer_branch)}} |