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