| Project : | {{ $project->title }} |
| {{ __('Client') }} : | {{ $project->client->name }} |
| Referentie winkel / Reference store : | {{ $project->ref_store }} |
| Fabriek / Manufacturer : | {{ $project->ref_factory }} |
| Bezoekdatum / Date of visit : | {{ $project->deadline }} |
| Aanvangstijd bezoek / Visit start time : | @if(!empty($project->timeBlock)) {{ $project->timeBlock->visit_time }} @endif |
| Monteur / Mechanic : | @if(!empty($project->driver)) {{ $project->projectDriver->name }} @endif |
| Eindgebruiker / Enduser : | @if(!empty($project->endUser)) @php $str = $project->endUser->name; $str .= !empty($project->endUser->street) ? ' - ' . $project->endUser->street : ''; $str .= !empty($project->endUser->house_number) ? ' - ' . $project->endUser->house_number : ''; $str .= !empty($project->endUser->zip_code) ? ' - ' . $project->endUser->zip_code : ''; $str .= !empty($project->endUser->city) ? ' - ' . $project->endUser->city : ''; $str .= !empty($project->endUser->email) ? ' - ' . $project->endUser->email : ''; $str .= !empty($project->endUser->phone) ? ' - ' . $project->endUser->phone : ''; @endphp {{ $str }} @endif |
| {{ __('Google maps address') }} : | @if(!empty($project->endUser)) {{ $project->endUser->gml }} @endif |
| Klacht volgens klant / Complaint according to customer : | {{ $project->complaint->customer_complaint }} |
| Klacht {{ $i }} / Complaint {{ $i }} : | {{ $project->complaint->complaint($i) }} |
| Oorzaak klacht / Cause of complaint : | {{ __($project->complaint->complaintSubject($i)) }} |
| Oplossing / Solution : | {{ $project->complaint->complaintSolution($i) }} |
| Probleem opgelost / Problem solved : | {{ __($project->complaint->complaintSolved($i)) }} |
| Klacht gegrond? / Complaint justified? : | {{ __($project->complaint->complaintJustified($i)) }} |
| Klacht gegrond details / Complaint justified details : | {{ $project->complaint->complaintJustifiedDetails($i) }} |
| Extra info of klachten, onderwerpen en oordelen / Extra info or complaints, subjects and judgements : | {{ $project->complaint->extra_info_complaint }} |
| Oplossing / Solution : | {{ $project->complaint->solution }} |
| Foto's / Photo’s : | |
| Extra gewerkte tijd na een uur / Extra time worked after one hour : | {{ $project->complaint->extra_time }} |
| Oplossing / Solution : | @if(!empty($project->invoiceToType)) {{ __($project->invoiceToType->title) }} @endif |
| Is de woning schadevrij achtergelaten? / Was the property left undamaged? : | {{ __(ucfirst($project->complaint->solved)) }} |
| {{ __('Money received from End User') }} : | {{ __(ucfirst($project->complaint->money_received)) }} |
| {{ __('Amount received from End User') }} {{ '(€)' }} : | {{ $project->complaint->amount_received }} |
| {{ __('Extra / discount') }} {{ '(€)' }} | {{ $project->complaint->discount }} |
| {{ __("Reason 'extra / discount'") }} | {{ $project->complaint->reason_discount }} |
| {{ __('Subtotal') }} {{ '(€)' }} : | {{ $project->complaint->subtotal }} |
| {{ __('Materials / external services') }} : | {{ $project->complaint->materials }} |
| {{ __('Price material') }} {{ '(€)' }} : | {{ $project->complaint->price_material }} |
| {{ __('Total excl VAT') }} {{ '(€)' }} : | {{ $project->complaint ? $project->complaint->total : '' }} |
| Handtekening voor goedkeuring eindgebruiker / Signature for end user approval : | {!! $project->complaint->signature_report !!} |