@extends('layouts.auth') @section('content') {{--
--}} @include('layouts.header')
@foreach($bannerSlides as $bannerSlide)
banner
@endforeach
{{--

Coupons

View all
--}}

Categories

View all
@foreach ($categories as $category) @endforeach

Latest Rental

View all
@foreach ($vehicles as $vehicle)
1

{{ $vehicle->name }}

Sewa: Rp {{ number_format($vehicle->price, 0, ',', '.') }} / {{ $vehicle->rent }}
23
{{ $vehicle->city->name }} | {{ $vehicle->vendor->name }}
@endforeach

Vendors

View all
@foreach ($vendors as $vendor) @endforeach
{{--

Featured service

View all
--}} {{--

Expert Servicer

View all
--}} {{--
--}} @include('layouts.navbar') @endsection