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

{{__("maintenance-orders")}}

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

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