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

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

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

@endsection @section("content")

{{__("first-step")}}

@csrf

@foreach($voucherItems as $voucherItem) @endforeach
# {{__('code')}} {{__('item')}} {{__('unit')}} {{__('quantity')}} {{__('unit-price')}} {{__('total')}} {{__('notes')}}
{{$serial_number}}
{{__('sar')}}

@endsection @section("scripts") @endsection