@extends('layout.master') @section('meta') @include('layout.partials.seo', [ 'title' => nova_get_setting_translate('contact_site_title'), 'description' => nova_get_setting_translate('contact_site_description'), 'keywords' => nova_get_setting_translate('contact_site_keywords'), 'image' => Storage::url(nova_get_setting('logo')), 'schema' => nova_get_setting('contact_schema') ]) @endsection @section('content') Contact {{__('general.home')}} {{__('general.contact')}} {{ __('contact.contact_with_us') }} {{ __('contact.stay_in_touch') }} {{ $settings['site_phone'] ?? '' }} {{ __('contact.leave_us_your_info') }} @livewire('contact') @endsection