@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

@csrf
{{-- package selection--}} {{-- customer selection--}}
@can('customer-create')
@endcan
{{-- car selection--}}
@can('car-create')
@endcan
{{-- Start Inspection--}}
@include('panel.customers.model.create_model') @include('panel.cars.model.create') @endsection @push('scripts') @endpush