@extends('layouts.app') @section('title_full', __('End-User Portal').' - '.$mailbox->name) @section('body_attrs')@parent data-mailbox_id="{{ $mailbox->id }}"@endsection @section('sidebar') @include('partials/sidebar_menu_toggle') @include('mailboxes/sidebar_menu') @endsection @section('content')
{{ __('End-User Portal') }}
{{ csrf_field() }}
{{ __('End-User Portal') }}
{{ route('enduserportal.submit', ['mailbox_id' => \EndUserPortal::encodeMailboxId($mailbox->id)]) }}
@if (\Module::isActive('customfields'))
@foreach(\CustomField::getMailboxCustomFields($mailbox->id) as $custom_field) @endforeach
@endif
{{--

{{ ('By default End-User Portal uses the default system language. Use this option to add extra languages and let customers switch to other languages.') }}

--}}

{{ __("Contact Form Widget") }}

{{--
{{ __("Use the code below to embed the contact form widget on your website.") }}
--}}
{{--
--}}
@php if (isset($widget_settings['settings'])) { unset($widget_settings['settings']); } @endphp {{--
--}}
@endsection @include('partials/editor') @section('javascript') @parent eupInitSettings(); @endsection