@extends('web.layouts.master') @section('content')

{{ $page->name }}

{{ $page->data[0]->title }}

{{ __('Last updated:') }} {{ \Carbon\Carbon::parse($page->created_at)->format('F d, Y') }} {{ __('By accessing or using our platform, you agree to be bound by these terms.') }}

{!! $page->data[0]->description !!}
@endsection