@extends('layouts.app') @section('content')
Customer Records and Transactions for today, you can view all transactions by customer
Add new customer to the system by clicking Add customer
Customer | Phone | Address | Entered By | Last Purc. 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)}} | @can('view', $customer_data) Place Order @endcan |