@extends('layouts.admin') @section('content')
@csrf

Hero Section

@if(GetMetaData('hero_image', 'home')) @endif
Hero Features List
@for($i = 1; $i <= 8; $i++)
@endfor

Our Products Section

Roof Rack Section

Booking Process Section

@for($i = 1; $i <= 5; $i++)
Step {{ $i }}
@endfor
@push('script') @endpush @endsection