Published on :
{{ date('d-m-Y', strtotime($doc->created_at)) }}
{!! \Illuminate\Support\Str::limit($doc->description, 600) !!} see more
@extends('frontend.layouts.index') @section('content')
{!! \Illuminate\Support\Str::limit($doc->description, 600) !!} see more
{{ Session::get('lang') == 'english' ? 'Not published yet !!!' : trans('message.not-published-yet') }}