@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("all-production-orders")}}
# | {{__("date")}} | {{__("sales-order-number1")}} | {{__("client-name")}} | {{__("store")}} | {{__("is-manual")}} | {{__("status")}} | {{__("prod-formula")}} | {{__("analysis")}} | @if(isPermissionsAllowed("delete-production-order")){{__("Cancel")}} | @endif{{__("print")}} | {{__("produced-details")}} | {{__("Notes")}} | @if(isPermissionsAllowed("edit-production-order")){{__("control")}} | @endif
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$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}} | @if(isPermissionsAllowed("delete-production-order")) | id)}}" class="btn btn-primary" style="color:white;">{{__('cancel-order')}} | @endifid)}}" 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")}} | @if(isPermissionsAllowed("edit-production-order"))id)}}" class="control-link edit"> | @endif