@extends('master') @section('seo_title', $page->seo_title ?? '') @section('seo_keywords', $page->seo_keywords ?? '') @section('seo_description', $page->seo_description ?? '') @section('content')
@include('layout.breadcrumbs', ['page_title' => $page->seo_title ?? ''])

{{ $page->pagina_titulo ?? '' }}

{!! $page->pagina_conteudo ?? '' !!} @if ($page->url_clean === 'client-support') @endif
@include('layout.back-button')
@endsection