@extends('layouts.pdf') @section('title') {{ $extra['module_name'] }} @endsection @push('include-css') {{----}} @endpush @section('content')
Requisition No. |
{{ $requisition_id }} |
{{ config('settings.address_1') }}
Project Name : {{ App\Models\Branch::find($items->branch_id)->name }}
Project Address : {{ App\Models\Branch::find($items->branch_id)->location }}
Contract : {{ $items->contract_person }}
Purpose : {{ $items->purpose }}
Requisition Date : {{ $transaction->date_format($items->requisition_date) }}
Required Date: {{ $transaction->date_format($items->required_date) }}
Requisition Raised By : {{ $items->employee_id }}
SL.NO. | Item Name | Unit | {{__('lang.description')}} | Required Quantity | Remarks |
---|---|---|---|---|---|
{{ $sl }} | {{ App\Models\Item::find($item->item_id)->name }} | {{ App\Models\Item::find($item->item_id)->unit }} | {{ $item->description }} | {{ $transaction->convert_money_format( $item->quantity ) }} | @if ( $sl ==1){{ $items->comment }} | @endif
Printing Date & Time: {{ $extra['current_date_time'] }}
- - - - - Prepared by {{auth()->user()->name}} |
- - - - - Checked by |
- - - - - Forward by |
- - - - - Approved by {{$extra['approval_user_name']}} |