@extends('frontEnd.layouts.master') @section('title', $details->title) @section('content') Announcement {{ $details->title }} {{ $details->created_at->format('M d, Y') }} Admin {!! $details->description !!} Share this post: Facebook Twitter LinkedIn @endsection @push('css') @endpush