@extends('layouts.master') @section('title') {{ __('home.edit_previous_invoices') }} @stop @section('content')
| {{ __('sales.th_invoice_id') }} | {{ __('sales.th_seller') }} | {{ __('sales.th_customer_name') }} | {{ __('sales.th_date') }} | {{ __('sales.th_tailor') }} | {{ __('sales.th_branch') }} | {{ __('sales.th_total_inc_tax') }} | {{ __('sales.th_payment_method') }} | {{ __('sales.th_actions') }} |
|---|---|---|---|---|---|---|---|---|
| {{ $product->id }} | {{ $product->user->name ?? '' }} | {{ $product->customer->name ?? '' }} | {{ $product->created_at }} | {{ $product->employee->name_ar ?? "لا يوجد" }} | {{ $product->branch->name ?? '' }} |
Fatal error: Uncaught Error: Class "App\Models\Avt" not found in /home/ebdea/public_html/sewing.ebdea.online/resources/views/edit_list.blade.php:82 Stack trace: #0 {main} thrown in /home/ebdea/public_html/sewing.ebdea.online/resources/views/edit_list.blade.php on line 82 |