@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')
← {{ __('Back to Conferences') }}

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

@endsection