@extends('layouts.pdf') @section('title') {{ $extra['module_name'] }} @endsection @section('content') {{--

Printing Date & Time: {{ $extra['current_date_time'] }}

--}}
@include('admin.partials.service_purchase_order_header', ['extra' => $extra])

{{ $extra['voucher_type'] }}

Purchase No. : {{($item->purchase_order->po_no)}} Project Name : {{ $extra['branch']->name ?? '-' }}
SRN No. : {{ $item->srn_no }} Project Address : {{ $extra['branch']->location ?? '-' }}
Receiving Date : {{ $transaction->date_format($item->receiving_date) }}

Services
S. No. Service Received Quantity Delivery Date
1 {{ $item->po_services->name }} {{ $item->received_quantity }} {{ $transaction->date_format($item->receiving_date) }}
- - - - - - - - - - - - - - - - - - - - - - -
Authorized Signature
- - - - - - - - - - - - - - - - - - - - - -
Authorized Stamp
@stop