@section('page_css') @endsection
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (Session::has('success')) @endif
@csrf
{{--
--}}
@if ($cwo_user->cwo_logo) profile image @else profile image @endif

Allowed JPG, GIF or PNG.

@if(isset($prebooking_types) && !empty($prebooking_types) && count($prebooking_types)) @foreach($prebooking_types as $c) @if (isset($existingPreBookingTypes) && !empty($existingPreBookingTypes) && count($existingPreBookingTypes)) @if (in_array($c['id'], $existingPreBookingTypes)) {{$c->type_text}} @else {{$c->type_text}} @endif @else {{$c->type_text}} @endif @endforeach @endif

Add Business hours

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