@extends('layouts.frontend.master') @section('content')
{!! app()->isLocale('ar') ? $article->description_ar : $article->description_en !!}
{!! Str::limit( app()->isLocale('ar') ? $topView->description_ar : $topView->description_en, 15) !!}
{{ __('website.seeMore') }}