@extends('layouts.app') @section('title') Inventory Release @stop @section('breadcrumb') @stop @section('css') @stop @section('content')

{{ env('APP_NAME')}}




MATERIAL ISSUE REQUISITION

DEPARTMENT {{ $item_releasings->department->department_name}}
CONTRACTOR
No. @if($purchase_request_id == 0 ) {{'Department'}} @else PR-{{$purchase_request_id}} @endif
PROJECT {{ env('APP_NAME')}}   Date: {{ date('d-F-Y' , strtotime($item_releasings->releasing_date) )}}

@foreach( $item_releasings->releasing_items as $item_list ) @php $item = \App\Item::withTrashed()->find($item_list->item_id); $current_release = $item_list->item_quantity; @endphp @endforeach
S.No.
DESCRIPTION
UNIT
QUANTITY
RECEIVED BY
{{$item->item_code}} {{$item->unit}} {{$item->item_name}} - {{$item->manufacture->name}} Non Critical {{$current_release}} {{ $item_releasings->receiver_name}}

REMARKS:

 

 

 

 








PREPARED BY
Name:
Designation:






RECOMMENDED BY (DEPTT. HEAD)
Name:
Designation:

To be signed/stamped
in case of contractor









APPROVED BY







ISSUED BY (Store Keeper / Incharge)
Name: {{ ucfirst($item_releasings->releaser_name) }}
Designation:  




RECEIVED BY
Name: {{ $item_releasings->receiver_name}}
Designation:  

Inventory Releases / @if($purchase_request_id == 0 ) {{'Department'}} @else MIR-{{$item_releasings->mir_id}} @endif Print

Release Inventory Details

Company {{ env('APP_NAME')}}
Contact {{env('APP_CONTACT')}}
Address {{env('APP_ADDRESS')}}
Department {{ $item_releasings->department->department_name}}
Released By {{ ucfirst($item_releasings->releaser_name) }}
Releasing Date {{ date('d-F-Y' , strtotime($item_releasings->releasing_date) )}}
Received By {{ $item_releasings->receiver_name}}

Inventory List

@foreach( $item_releasings->releasing_items as $item_list ) @php $item = \App\Item::withTrashed()->find($item_list->item_id); $current_release = $item_list->item_quantity; @endphp @endforeach
Code Item Release Quantity
{{$item->item_code}} {{$item->item_name}} - {{$item->manufacture->name}} Non Critical {{$current_release}}

Total Item: {{number_format($count, 2)}}

Total Item Quantity: {{number_format($quantity, 2)}}

@stop @section('js') @stop