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

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

{{__("all-production-orders")}}

@endsection @section("content")
@csrf
@foreach($orderItems as $orderItem) @endforeach
# {{__('code')}} {{__('item')}} {{__('unit')}} {{__('quantity')}} {{__('notes')}}
{{$serial_number}}

@endsection @section("scripts") @endsection