@extends('layouts.master') @section('content')
{{ $info->name }} | {{ str_limit($info->notice_title , 15, '...')}} {{ str_limit($info->description, 30, '...') }}... | @if($info->attached == NULL)@else@endif | {{ date('d/m/Y', strtotime($info->created_at)) }} |