@extends('layouts.master') @section('css') @endsection @section('title') {{ __('report.customerـpurchases') }} @endsection @section('page-header')
| {{ __('home.Invoice_no') }} | {{ __('home.sallerName') }} | {{ __('home.clietName') }} | {{ __('home.date') }} | {{ __('home.branch') }} | {{ __('home.total') }} | {{ __('home.paymentmethod') }} | {{ __('home.operations') }} |
|---|---|---|---|---|---|---|---|
| {{ $product->id }} | {{ $product->user->name ?? '' }} | {{ $product->customer->name ?? '' }} | {{ $product->created_at }} | {{ $product->branch->name ?? '' }} | {{ round($totalPrice, 2) }} | {{ $pay }} | {{ __('home.show') }} |