@extends('Client.layouts.layout') @section('title', __('trans.contact_us') ) @section('content')
@foreach ($Branches as $Branch)
{{ $Branch->title() }} {{ $Branch->title() }}
{{ $Branch->phone }}
@if($Branch->mobile)
{{ $Branch->mobile }}
@endif
{{ str_replace("+973", "", setting('whatsapp')) }}
@if(basename(parse_url(setting('instagram'), PHP_URL_PATH)))
{{ basename(parse_url(setting('instagram'), PHP_URL_PATH)) }}
@endif @if($Branch->email)
{{ $Branch->email }}
@endif
@endforeach

@lang('trans.ContactMessage')

@csrf
@lang('trans.name')
@lang('trans.email')
@lang('trans.phone')
@lang('trans.subject')
@lang('trans.message')
@endsection