@extends('layouts.master') @section('css') @section('title') {{ __('report.customerـpurchases') }}@stop @endsection @section('page-header')
@endsection @section('content') @if (count($errors) > 0)
خطا
@endif
{{ csrf_field() }}

{{ __('users.branch') }}

{{ __('home.searchbyclientname') }}


@if (isset($Invoices))
@foreach ($Invoices as $product)
{{ __('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 }}