@extends('front.includes.master') @if (\App::getLocale() == 'ar') @endif @section('main-content') @if(Session::has('success'))
@endif @if(Session::has('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