@extends('frontend.layout.master') @section('content')

{{app()->getLocale()=='en' ? $newsData->title : $newsData->titlear}}

{!! app()->getLocale()=='en' ? $newsData->content : $newsData->contentar !!}
@endsection @push('custom-css') @endpush @push('custom-script') @endpush