@extends('layout') @section('body')
Appointment:
{{$maintenance->truck_number}} | {{$maintenance->fullname}}
{{date('d M Y', strtotime($maintenance->appointment))}}
Invoice:
@if($maintenance->invoice) Download Invoice @else

Invoice does not ready yet.

@endif
Truck Repair Service:
{{$maintenance->truck_job}}
Trailer Repair Service:
{{$maintenance->trailer_job}}
@if(!$maintenance->invoice && $maintenance->status == 1)
@endif
@endsection @section('script') @if(!$maintenance->invoice && $maintenance->status == 1) @endif @endsection