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

{{__("UnBooking Order")}}

{{__("UnBooking Order Details")}}

@endsection @section("content") @include("includes.dialog")
@php $count = 0; @endphp @foreach($orderItems as $order) @endforeach
#ID {{__("Unbooked Items")}} {{__("Unbooked Items Number")}} {{__("Unit")}} {{__("Type")}} {{__("Unbooked Qunatity")}} {{__("Order Qunatity")}}
{{++$count}} {{$order->item->name}} {{$order->item->getItemCode()}} {{$order->item->unit->unit_name}} {{$order->item->type->type}} {{$order->quantity}} {{$main_quantity}}
@endsection @section("scripts") @endsection