@extends('frontend.layouts.app') @section('title', t('frontend.home.title')) @section('content')

{{ t('frontend.home.hero_title') }}

{{ t('frontend.home.hero_subtitle') }}

{{ t('frontend.home.cta_button') }} {{-- Order Lookup Section --}}

{{ t('frontend.home.order_lookup_title') }}

@csrf
@endsection