@extends('Reports.template') @section('title') {{ 'Material Request' }} @endsection @section('ExternalCss') @parent @endsection @section('Content')
| 
                    @if (isset($businessEntityMasterData[0]->logo))
                        
                         | 
                
                    @if (isset($businessEntityMasterData[0]->name))
                         {{ $businessEntityMasterData[0]->name }} 
                    @endif
                    @if (isset($businessEntityMasterData[0]->add1) &&
                        isset($businessEntityMasterData[0]->add2) &&
                        isset($businessEntityMasterData[0]->city) &&
                        isset($businessEntityMasterData[0]->pincode))
                        
                            {{ $businessEntityMasterData[0]->add1 . ' ' . $businessEntityMasterData[0]->add2 . ' ' . $businessEntityMasterData[0]->city . ' : ' . $businessEntityMasterData[0]->pincode }}
                         
                    @endif
                    @if (isset($businessEntityMasterData[0]->tel1))
                        {{ 'Phone : ' . $businessEntityMasterData[0]->tel1 }} 
                    @endif
                 | 
            ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Material Request | MR No.: {{$mrHeader->mr_id}} | ||||||||||||||||
                    
  | 
                
                    
  | 
            ||||||||||||||||
| Sr Item Name | Category | SUOM | Qty Requested | Qty Approved | Qty Issued | ||||||||||||
| {{ $i }} {{ $mrTransaction->product_name }} | {{$mrTransaction->category_abbrev}} | {{$mrTransaction->unit_abbrev}} | @if($mrUserType == "U"){{$mrTransaction->requested_quantity}} | {{$mrTransaction->approved_quantity}} | {{$mrTransaction->issued_quantity}} | @else{{$mrTransaction->requested_quantity}} | {{$mrTransaction->approved_quantity}} | {{$mrTransaction->issued_quantity}} | @endif|||||||||
| Print By : {{ strtoupper($userId) . ' # ' . $currentTime->format('d/m/Y H:i:s ') }} | Created By : {{strtoupper($mrHeader->created_by.' # '.\Helper::getDisplayDateTime($mrHeader->created_date))}} | ||||||||||||||||