@extends("WarehouseDashboard.layouts.dashboard.app") @section("page-nav-title")

{{__('Orders Report')}}

@endsection @section("content") @include("layouts.main-parts.page-message")


@foreach($orders as $order) @endforeach
{{__('Order number')}} {{__('branch name')}} {{__('Type')}} {{__('Created at')}} {{__('Order Details')}}
{{$order->Order_Number}} {{$order->FormItems->form->branch->store_name}} {{$order->request_type == 1 ? __("warehouse") :__("operator")}} {{$order->created_at?? ''}} id)}}" class="btn btn-primary">{{__("show")}}
@if(isset($new)) @endif
@endsection @section("scripts") @endsection