@extends('layouts.app') @section('content')
Customer information and transactions are available for your perusal, allowing you to review all customer-related transactions.
Review customer transactions for today.This segment provides the capability to incorporate or import new customers into the system. You can achieve this by selecting "Add Customer" or utilizing the import function.
Customer | Phone | Address / Location |
EnteredBy | Last Purchase Branch |
Action |
---|---|---|---|---|---|
{{@strtoupper($customer->customer_name)}} | {{$customer->customer_phone}} | {{@strtoupper($customer->customer_address)}} | {{@strtoupper($customer->customer_enteredby)}} | {{@strtoupper($customer->customer_branch)}} |