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

{{__("UnBooking Order")}}

{{__("UnBooking Order")}}

@endsection @section("content")
@csrf
@foreach($orderItems as $orderItem) @endforeach
# {{__('code')}} {{__('item')}} {{__('unit')}} {{__('quantity')}} {{__('notes')}}
{{$serial_number}} @foreach($items as $item) @if($item->id == $orderItem->item_id) @endif @endforeach @foreach($items as $item) @if ($orderItem->item->name == $item->name) @endif @endforeach
{{-- --}}

@endsection @section("scripts") @endsection