@extends('backend.layouts.app') @section('content') @if (auth()->user()->can('smtp_settings') && env('MAIL_USERNAME') == null && env('MAIL_PASSWORD') == null)
{{ translate('Please Configure SMTP Setting to work all email sending functionality') }}, {{ translate('Configure Now') }}
@endif

{{ translate('Contact Us Page Information') }}

@csrf
{{ translate('Page Content') }}
@if($page->type == 'custom_page')
{{ route('home') }}/
@else @endif
{{ translate('Use character, number, hypen only') }}
@php $content = json_decode($page->getTranslation('content',$lang)); @endphp
{{ translate('Seo Fields') }}
{{ translate('Separate with coma') }}
{{ translate('Browse') }}
{{ translate('Choose File') }}
@endsection