@section('page_css') @endsection
@if ($errors->has('message')) @endif @if (Session::has('success')) @endif
@csrf
{{--
--}}
@if ($cwo_user->cwo_logo) profile image @else profile image @endif
@if ($cwo_user->cwo_logo) @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
Allow WhatsApp Service
@if(isset($cwo_subscription) && count($cwo_subscription)>0) @if($cwo_user->end_date >= date('Y-m-d')) @else @endif Expires on {{date("d-m-Y", strtotime($cwo_user->end_date))}} @elseif($cwo_user->free_trial == 1) Expires on {{date("d-m-Y", strtotime($cwo_user->end_date))}} @else @endif

Add Business hours

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