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

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

@csrf
@php $parts = json_decode(optional($getInvoiceData)->parts ?? '[]', true); @endphp @foreach ($parts as $part)
@endforeach
@include('inc.logout-modal') @include('inc.footer')