@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("production-orders")}}

{{__("all-production-orders")}}

@endsection @section("content")
@if(isPermissionsAllowed("create-production-order")) @endif
isset($currentStatus) ? $currentStatus : 0 ,'voucherNumber'=>$currentVoucher ?$currentVoucher : 0, 'year'=>isset($currentYear) ? $currentYear : 0 ])}}" method="get" id="form-excel"> @csrf {{__("Summaries Of Orders")}}
isset($currentStatus) ? $currentStatus : 0 ,'voucherNumber'=>$currentVoucher ?$currentVoucher : 0, 'year'=>isset($currentYear) ? $currentYear : 0 ])}}" method="get" id="form-excel1"> {{__("Details Orders ")}}
@if(isPermissionsAllowed("delete-production-order")) @endif @if(isPermissionsAllowed("edit-production-order")) @endif @foreach($orders as $order) @if(isPermissionsAllowed("delete-production-order")) @endif @if(isPermissionsAllowed("edit-production-order")) @endif @endforeach
# {{__("date")}} {{__("sales-order-number1")}} {{__("client-name")}} {{__("store")}} {{__("is-manual")}} {{__("status")}} {{__("prod-formula")}} {{__("analysis")}}{{__("Cancel")}}{{__("print")}} {{__("produced-details")}} {{__("Notes")}}{{__("control")}}
{{$order->number}} {{$order->date}} {{$order->salesOrder->number ?? 0}} @if(app()->getLocale() == 'ar') {{$order->client->ar_name ?? ""}} @else {{$order->client->en_name ?? ""}} @endif {{$order->store->name}} {{$order['is_manual'] ? "Yes" : "No"}} {{$order->status->status}} id)}}" class="btn btn-primary" style="color:white;">{{__('cancel-order')}} id)}}" target="_blank" class="btn btn-primary" style="color:white;">{{__("Details Orders ")}} id)}}" target="_blank" class="btn btn-primary" style="color:white;">{{__("produced-details")}} id)}}" class="btn btn-primary">{{__("Show Notes")}} id)}}" class="control-link edit">
{{$orders->links("pagination::bootstrap-4")}}
@endsection @section("scripts") @endsection