@extends('layouts.front.app') @section('title', 'Home') @section('content') {{ __('pages/home.badge') }} {{ __('pages/home.heading') }} {{ __('pages/home.description') }} {{ __('buttons.get_started') }} {{ __('buttons.view_features') }} @foreach ([__('pages/home.features.modular'), __('pages/home.features.dark_mode'), __('pages/home.features.accessible')] as $feature) {{ $feature }} {{ __('pages/home.features.description') }} @endforeach @endsection
{{ __('pages/home.description') }}
{{ __('pages/home.features.description') }}