Job Order Details
@if(Session::has('message'))
{{ Session::get('message') }}
@endif
@foreach($orditems as $key => $orditem)
Item Code: {{$orditem->item_code}}
Item Name: {{$orditem->item_name}}
Unit: {{$orditem->unit_name}}
Quantity: {{$orditem->quantity}}
@php $i = 0; @endphp @foreach($template[$key] as $k => $row) @if($row->input_type=="item")
{{$row->type_name}}
{{$row->unit_name}}
@if($row->is_dimension==1)
Length
Width
@endif
Quantity
@elseif($row->input_type=="text")
{{$row->type_name}}
is_required==1)?"required": ""}} >
@elseif($row->input_type=="file")
{{$row->type_name}}
@endif @php $i++; @endphp @endforeach
@endforeach @if(count($photos)>0)
Other Images
Image
Description
@foreach($photos as $prow)
{{$prow->description}}
@endforeach
@endif
@if($orderrow->is_warning==0)
Completed
@endif
Close
×
Job Status Update
@foreach($template[$key] as $k => $row) @if($row->input_type=="item")
{{$row->type_name}}
{{$row->unit_name}}
Quantity
@endif @endforeach