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

{{__("supply-of-orders")}}

{{__("supply-details")}}

@endsection @section("content")
@foreach($details as $detail) @endforeach
# {{__('code')}} {{__('item')}} {{__('unit')}} {{__('quantity')}} {{__('location')}} {{__('image')}}
{{$serial_number}} {{-- modal Gallery --}} {{-- end Gallery--}}
@endsection @section("scripts") @endsection