@include('inc.head') @include('inc.side-bar')

Update Invoice / تحديث الفاتورة

@csrf
@php $parts=json_decode($getInvoiceData->parts, true); @endphp @foreach ($parts as $part)
Part Name / اسم القطعة
Quantity / كمية
@endforeach
@include('inc.logout-modal') @include('inc.footer')