@extends('layouts.app') @section('title', __('Home')) @section('content')

{{ __('Book Your Appointments With Ease') }}

{{ __('Find and book appointments with service providers across various industries. Save time and manage your schedule efficiently.') }}

{{ __('Booking Platform') }}

{{ __('Find Services') }}

{{ __('Browse by Category') }}

{{ __('Find services in your preferred category') }}

{{ __('How It Works') }}

{{ __('Simple steps to book your appointment') }}

1
{{ __('Search') }}

{{ __('Find services based on your needs and location') }}

2
{{ __('Select') }}

{{ __('Choose your preferred date and time slot') }}

3
{{ __('Book') }}

{{ __('Complete your booking with secure payment') }}

4
{{ __('Enjoy') }}

{{ __('Receive confirmation and enjoy your service') }}

{{ __('What Our Customers Say') }}

{{ __('Read testimonials from satisfied customers') }}

@foreach($testimonials as $testimonial)
@for($i = 1; $i <= 5; $i++) @endfor

"{{ Str::limit($testimonial->comment, 150) }}"

{{ $testimonial->user->name }}
{{ $testimonial->user->name }}
{{ $testimonial->created_at->diffForHumans() }}
@endforeach
{{ $stats['providers'] }}+

{{ __('Service Providers') }}

{{ $stats['services'] }}+

{{ __('Services Available') }}

{{ $stats['customers'] }}+

{{ __('Happy Customers') }}

{{ $stats['appointments'] }}+

{{ __('Appointments Booked') }}

{{ __('Ready to Grow Your Business?') }}

{{ __('Join our platform as a service provider and reach more customers.') }}

{{ __('Register as Provider') }}
@endsection @section('scripts') @endsection