|
|
{{ isset($data['company_name']) ? $data['company_name'] : '' }}
{{ isset($data['company_address']) ? $data['company_address'] : '' }} {{ isset($data['company_email']) ? $data['company_email'] : '' }} {{ isset($data['company_phone_no']) ? $data['company_phone_no'] : '' }} |
| Material Issue |
| Issue No | {{ isset($data['issue_no']) ? $data['issue_no'] : '' }} | Issue Date | {{ isset($data['issue_date']) ? $data['issue_date'] : '' }} | Issue To | {{ isset($data['employee']) ? $data['employee'] : '' }} | ||
| Contractor | --}} {{--{{ isset($data['contractor_name']) ? $data['contractor_name'] : '' }} | --}}Branch | {{ isset($data['branch_name']) ? $data['branch_name'] : '' }} | Requisition No | {{ !empty($data['requisition_no'])? $data['requisition_no'] : '' }} | Issue Slip No | {{ $data['issue_slip_no'] }} |
| Requisition By | {{ $data['requisition_by'] }} | Receiver Name | {{ $data['receiver_name'] }} | ||||
| PRODUCT DESCRIPTION | ||||
| Product Name | Color Name | Unit | Qty. | Remarks |
|---|---|---|---|---|
| {{ isset($materialissue_details->material->name) ? $materialissue_details->material->name : '' }} | {{ isset($materialissue_details->color->name) ? $materialissue_details->color->name : '' }} | {{ isset($materialissue_details->unit->name) ? $materialissue_details->unit->name : '' }} | {{ isset($materialissue_details->quantity) ? number_format($materialissue_details->quantity,2) : '' }} | {{ isset($materialissue_details->remarks) ? $materialissue_details->remarks : '' }} |