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

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

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

@endsection @section("content")
@csrf
# {{__('code')}} {{__('item')}} {{__('unit')}} {{__('quantity')}} {{__('unit-price')}} {{__('total')}} {{__('delivery-type')}} {{__('notes')}}
{{$serial_number}}
{{__('sar')}}

@endsection @section("scripts") @endsection