@extends('front.layouts.app') @section('content') @if (!$description_card->is_active)

{{ \App\Helpers\TranslationHelper::translate('This content will be available soon') }}

@endif

{!! $description_card->des !!}



@endsection @push('js') @endpush