@extends("include") @section("body")
التحويلات الصادرة

{{----}} @csrf {{-- --}} @foreach($docs as $doc) @if(count($doc->details)>0) @php $totalQuantity=0; $totalSquare=0; foreach ($doc->details as $item){ $totalQuantity=$totalQuantity+$item->item_quantity; $totalSquare=$totalSquare+($item->item_width*$item->item_length); } @endphp {{-- --}} @endif @endforeach {{-- --}}
رقم التحويل تاريخ التحويل نوع التحويل الي فرع اجمالي الكميةاجمالي المتر المربعالحاله التفاصيل
{{$doc->stock_doc_id}} {{$doc->stock_doc_date}} صادر {{$doc->branchto->branch_name}} {{$totalQuantity}}{{$totalSquare}}{{$doc->stock_doc_status == 1 ? "تم تأكيده":"بانتظار التأكيد"}}
رقم التحويل تاريخ التحويل نوع التحويل الي فرع اجمالي الكميةاجمالي المتر المربعالحاله التفاصيل
{{-- eeeeeeeeeeeee--}} @endsection