@extends("WarehouseDashboard.layouts.dashboard.app") @section("page-nav-title")
{{__('document number')}} | {{__('نوع السند')}} | {{__('request type')}} | {{__('export document')}} | {{__('Branch name')}} | {{__('show document')}} | {{__('Created at')}} | {{__('cancel-archiving')}} |
---|---|---|---|---|---|---|---|
{{$document->document_number}} | {{$document->document_type == 1 ? __("سند أنتاج") : __("سند توصيل")}} | {{$document->Type == 1 ? __("Warehouse") : __("Operator")}} | "pd",'documnet_id' => $document->id])}}" class="btn btn-primary" target="_blank"> {{__('Pdf')}} $document->id])}}" download="download" class="btn btn-primary">{{__("Export As Excel")}} | {{$document->branch->store_name ?? null}} | {{$document->created_at->format('Y-m-d - h:i:s') }} | {{__("No data yet")}} |
@endif