@extends('panel.layouts.app') @push("head") @section('title', $pageTitle) @endpush @section('body')

Quick Check Start

Please Follow the flow of work Package Selection > Customer Selection > Car and Body Type Selection > Start Inspection > Finish

@if(GetInspectionStatusById($id)->end_at !== null) @else @endif
@csrf {{-- package selection--}}
{{-- customer selection--}}
{{-- car selection--}}
{{-- --}}
{{--canva inspector--}} {{-- Start Inspection--}}
@include('panel.customers.model.create_model') @include('panel.cars.model.create') @endsection @push('scripts') @endpush