@extends('frontend.layouts.app') @push('title') {{ $title }} @endpush @section('content') {{$title}} {{__('Home')}} {{$title}} {{-- --}} {{-- {{$notice->author->name}} --}} {{$notice->category->name}} {{-- {{$notice->author->name}} --}} {{$notice->title}} {!! ($notice->details) !!} @endsection
{{$notice->author->name}}
{{$notice->category->name}}
{!! ($notice->details) !!}