@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("supply-of-orders")}}
{{__("supply-details")}}
{{__("Dashboard")}}
{{__("supply-of-orders")}}
{{__("supply-details")}}
@endsection @section("content")
@foreach($details as $detail)
{{__('image')}}
×
@endforeach
#
{{__('code')}}
{{__('item')}}
{{__('unit')}}
{{__('quantity')}}
{{__('location')}}
{{__('image')}}
{{$serial_number}}
Location
×
{{__('Location')}}
{{$detail->location}}
{{__("Location")}}
{{__("lat")}}
{{__("Lng")}}
{{__('show')}}
{{-- modal Gallery --}}
{{--
{{$item->item_name_ar}}
--}}
×
{{-- --}} --}}
image
Control
{{--
{{-- end Gallery--}}
@endsection @section("scripts") @endsection