@extends('front.includes.master') @if (\App::getLocale() == 'ar') @endif @section('main-content') @if(Session::has('success'))

{{ Session::get('success') }}

@endif @if(Session::has('error'))

{{ Session::get('error') }}

@endif @if(\App::getLocale()=='en') @php $title=$contact->content_title_en; $descr=$contact->content_details_en; @endphp @else @php $title=$contact->content_title; $descr=$contact->content_details; @endphp @endif

{{$title }}

{{ __('admin.web.Phones') }}

{{$contact->phone1}}
{{$contact->phone2}}

{{ __('admin.web.Emails') }}

{{$contact->email1}}
{{$contact->email2}}

{{ __('admin.web.Contact us') }}

@csrf

@endsection