@section('title', __('general.page_email_new_title')) @section('head') @endsection @include('includes/header') @include('includes/topDash')

{{ __('general.page_email_new_title') }}

@php $subDom = $siteData->subdomain.'.minhawebradio.com'; @endphp @if($siteData->domain == $subDom)
{{ __('general.emails_need_domain') }}
@else
@csrf
@{{ $siteData->domain }}
@if (\Session::has('error_name'))
{!! \Session::get('error_name') !!}
@endif
@if (\Session::has('error_pass'))
{!! \Session::get('error_pass') !!}
@endif
@endif
@include('includes/footer')