@section('page_css') @endsection
{{--

Validation Example

--}}
@if ($errors->has('message')) @endif @if (Session::has('success')) @endif
@csrf
profile image
{{-- --}}

Allowed JPG, GIF or PNG.

{{--
--}}
@if(isset($prebooking_types) && !empty($prebooking_types) && count($prebooking_types)) @foreach($prebooking_types as $c) {{$c->type_text}} @endforeach @endif

Add Business hours

{{-- @include('carwashowner.partials._step_1') --}} {{-- @include('carwashowner.partials._step_2') --}} {{-- @include('carwashowner.partials._step_3') --}}
@section('page_scripts') @endsection