@extends('layout1') @section('title') {{ $customPage->page_name }} @endsection @section('meta') {{ $customPage->page_name }} @endsection @section('frontend-content')

{{ $customPage->translation->page_name }}

{!! $customPage->translation->description !!}
@endsection