@extends('Common::site.layouts.landing') @section('title', $page->title) @section('styles') @endsection @section('content') @php $title = $page->title; $content = $page->content; @endphp

@lang($title)

@lang('Ensuring the security and privacy of your sports management experience at Move Up').

{!! $content !!}
@endsection