@extends('layouts.app') @push('title') {{$title}} @endpush @section('content')

{{$title}}

{{$notice->category->name}}

{{\Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $notice->created_at)->format('jS, F, Y')}}

{{$notice->title}}

{!! $notice->details !!}
@endsection