@extends('layouts.app') @section('title', __('contact.page_title')) @section('meta_description', __('contact.meta_description')) @section('content')
@if(session('success')) @endif @if(session('error')) @endif @if($errors->any()) @endif

{{ __('contact.info_title') }}

    @if(config('sfer.address'))
  • {{ __('contact.address') }}

    {{ config('sfer.address') }}

  • @endif @if(config('sfer.email'))
  • {{ __('contact.email') }}

    {{ config('sfer.email') }}

  • @endif @if(config('sfer.phone'))
  • {{ __('contact.phone') }}

    {{ config('sfer.phone') }}

  • @endif

{{ __('contact.form_title') }}

{{ __('contact.form_subtitle') }}

@csrf
  • Shape
  • Shape
@if(config('sfer.address'))
@endif @push('scripts') @endpush @endsection