Project Defect Report

@php $i = 1; @endphp @foreach ($data as $item) @endforeach
SN Description Location Before After Date of Completation
{{ $loop->iteration }} {{ $item->scope_of_work->name }}
{{ $item->area_name ? $item->area_name : $item->area->name }} @foreach ($item->images->where('type','BEFORE')->take(2) as $img) {{ $img->remark }} @endforeach @foreach ($item->images->where('type','AFTER')->take(2) as $img) {{ $img->remark }} @endforeach {{ date("d-m-Y", strtotime( $item->complete_date)) }}
{{ $project->designer->name ? $project->designer->name : '' }}
+{{$project->designer->country_code }}{{ $project->designer->phone }}
Designation
{{ $project->client_name }}
{{ Str::limit($project->ic_number, 4) }}
Date :
{{-- @if ($quotation->customer_sign) @if (config('app.env') === 'local')
@else
@endif @endif --}}