@extends('layouts.admin') @section('styles') @endsection @section('content')

{{ __('Contact Us Page') }}

{{ csrf_field() }} @include('includes.admin.form-both')
@component('admin.components.input-localized', ['from' => $admstore->pagesettings, 'type' => 'richtext']) @slot('name') contact_title @endslot @slot('value') contact_title @endslot {{ __('Contact Title') }} @endcomponent
@component('admin.components.input-localized', ['from' => $admstore->pagesettings, 'type' => 'richtext']) @slot('name') contact_text @endslot @slot('value') contact_text @endslot {{ __('Contact Text') }} @endcomponent
@component('admin.components.input-localized', ['from' => $admstore->pagesettings, 'type' => 'richtext']) @slot('name') contact_success @endslot @slot('value') contact_success @endslot {{ __('Contact Form Success Text') }} @endcomponent

{{ __('Email') }}

{{ __('Website') }}

{{ __('Phone') }}

{{ __('Street Address') }}

{{ __('Contact Us Email Address') }}

{{ __('Fax') }}

@endsection @section('scripts') @endsection