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

Validation Example

--}}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (Session::has('success')) @endif
@csrf
Eligible for Loyalty
Disable Prebooking
Show prices to the public
@if(isset($bodyTypeOfOwner) && !empty($bodyTypeOfOwner) && count($bodyTypeOfOwner)) @foreach($bodyTypeOfOwner as $c) @endforeach @endif @if(isset($bodyType) && !empty($bodyType) && count($bodyType)) @foreach($bodyType as $c) @endforeach @endif
Back
@section('page_scripts') @endsection