@extends('layouts.master') @section('content')
{{$title}}
back

{{ $notice->notice_title }}

From: {{ $notice->name }} {{ date('d/m/Y', strtotime($notice->created_at)) }}
@php $user_name = \Auth::user()->name; @endphp

Hello {{ $user_name }},

{{ $notice->description }}

Thanks,
{{ $notice->name }}

@stop @section('style') @stop @section('script') @if(Session::has('msg'))
×   {{Session::get('msg')}}
@endif @stop