@extends('layouts.app') @section('title', __('site.meta.title')) @section('description', __('site.meta.description')) @section('content') {{ __('site.landing.hero.kicker') }} {!! __('site.landing.hero.title') !!} {{ __('site.landing.hero.description') }} Manual car wash centers Interior & exterior cleaning Polishing & detailing Online booking & billing {{ __('site.landing.hero.cta_primary') }} {{ __('site.landing.hero.cta_secondary') }} {{ __('site.landing.hero.stat_booking') }} {{ __('site.landing.hero.stat_waiting') }} {{ __('site.landing.hero.stat_invoices') }} {{ __('site.landing.features.title') }} @foreach(__('site.landing.features.items') as $index => $feature) @php $icons = [ '', '', '', '', '', '', '' ]; @endphp {!! $icons[$index] ?? '' !!} {{ $feature['title'] }} {{ $feature['description'] }} @endforeach {{ __('site.landing.how_it_works.title') }} {{ __('site.landing.how_it_works.for_customers.title') }} @foreach(__('site.landing.how_it_works.for_customers.steps') as $index => $step) {{ $index + 1 }} {{ $step }} @endforeach {{ __('site.landing.how_it_works.for_centers.title') }} @foreach(__('site.landing.how_it_works.for_centers.steps') as $index => $step) {{ $index + 1 }} {{ $step }} @endforeach {{ __('site.landing.nav.register') }} → @endsection
{{ __('site.landing.hero.description') }}
{{ $feature['description'] }}