{{--
=====================================================
Etebarit - by Gisoo Web Solutions
------------------------------------------------------
Gisoo.net
------------------------------------------------------
Copyright (c) 2026 Gisoo Web Solutions
=====================================================
This code is protected by copyright
=====================================================
File: contact.blade.php
------------------------------------------------------
Use: The public "Contact" page: support details plus a
message form delivered to the configured contact email
and raised as an in-site alert to operators.
=====================================================
--}}
@extends('layouts.public')
@section('title', __('front.public.nav.contact').' - '.($siteTitle ?? __('front.app.name')))
@php
use App\Support\Format;
$phone = $siteSupportPhone ?? '۰۲۱ - ۹۱۰۰۰۰۰۰';
$email = $siteSupportEmail ?? 'support@etebarit.ir';
$inputCls = 'w-full rounded-xl border-[1.5px] border-[#e3e1ec] bg-[#fbfbfd] px-3.5 py-3 text-sm outline-none transition focus:border-primary-600 focus:bg-white';
@endphp
@section('content')