@extends('components.layouts.app') @section('title', $page->getTranslation('meta_title', app()->getLocale()) ?: $page->getTranslation('title', app()->getLocale())) @push('meta') @if ($page->getTranslation('meta_description', app()->getLocale())) @endif @if ($page->getTranslation('meta_keywords', app()->getLocale())) @endif @endpush @section('content')

{{ $page->getTranslation('title', app()->getLocale()) }}

@if ($page->getTranslation('excerpt', app()->getLocale()))

{{ $page->getTranslation('excerpt', app()->getLocale()) }}

@endif

{{ __('Get Started Today') }}

{{ __('Join us and be part of our community') }}

{{ __('Explore Departments') }}
@endsection