@extends('front.includes.master') @if (\App::getLocale() == 'ar') @endif @section('main-content')
@if(\App::getLocale()=='en') @php $title=$blog->blog_title_en; $desc=$blog->blog_details_en; @endphp @else @php $title=$blog->blog_title; $desc=$blog->blog_details; @endphp @endif