{{ $new->title }}
{{ $new->created_at }}
{{ strlen($new->description) > 300 ? substr($new->description, 0, 300) . '...' : $new->description }}
@extends('layout') @section('title', 'new') @section('keywords', 'new') @section('content')
@endsection