@extends('layouts.front.app') @section('title', 'Home') @section('content')
{{ __('pages/home.badge') }}

{{ __('pages/home.heading') }}

{{ __('pages/home.description') }}

@foreach ([__('pages/home.features.modular'), __('pages/home.features.dark_mode'), __('pages/home.features.accessible')] as $feature)

{{ $feature }}

{{ __('pages/home.features.description') }}

@endforeach
@endsection