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->unit_name}} @if($row->is_dimension==1)
@endif
@elseif($row->input_type=="text")
is_required==1)?"required": ""}} >
@elseif($row->input_type=="file")
@endif @php $i++; @endphp @endforeach
@endforeach @if(count($photos)>0)

Other Images

@foreach($photos as $prow) @endforeach
ImageDescription
{{$prow->description}}

@endif
@if($orderrow->is_warning==0)@endif