@extends('layouts.front') @section('header-text')

{{ $pageTitle }}

@endsection @push('style') @endpush @section('content')

@if(!is_null($customPage->name)) {{ $customPage->name }} @endif

@if(!is_null($customPage->description)) {!! $customPage->description !!} @endif

@endsection