@extends('layouts.core.backend', [ 'menu' => 'layout', ]) @section('title', trans('messages.page_form_layout')) @section('page_header')

format_list_bulleted {{ trans('messages.page_form_layout') }}

@endsection @section('content')

{{ trans('messages.system_template.pricing_page') }}

{{ trans('messages.system_template.pricing_page.description') }}

{{--

{{ trans('messages.system_template.' . $pricingPageSystemTemplate->alias . '.description') }}

{{ trans("messages.updated_at") }} {{ Auth::user()->customer->formatDateTime($pricingPageSystemTemplate->updated_at, 'datetime_full') }}
--}}

{{ trans('messages.system_template.default_email_page_templates') }}

{{ trans('messages.layout.description') }}

{{ trans('messages.sort_by') }}
@endsection