@extends('layouts.pdf') @section('title') {{ $extra['module_name'] }} @endsection @section('content') {{--
Printing Date & Time: {{ $extra['current_date_time'] }}
--}}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) }} |
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 |