@extends('layouts.pdf') @section('title') {{ $extra['module_name'] }} @endsection @push('include-css') {{----}} @endpush @section('content')
@include('includes.unapproved_text',['voucher_type'=> 'PR' ,'reference_id'=> $items->id,'left'=>'30%','top'=>'17%'])
Requisition No.
{{ $requisition_id }}

{{ config('settings.company_name') }}

{{ config('settings.address_1') }}

Purchase Requisition

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 }}

@php // $encoded_item = json_decode($items->item); $row_span=count($items->item)+1; $sl= 1; @endphp @foreach($items->item as $item) @if ( $sl ==1) @endif @endforeach
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 ) }} {{ $items->comment }}

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

- - - - -
Prepared by
{{auth()->user()->name}}
- - - - -
Checked by
- - - - -
Forward by
- - - - -
Approved by
{{$extra['approval_user_name']}}
@stop