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

{{$notice->author->name}}

--}}

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

{{--

{{$notice->author->name}}

--}}

{{$notice->title}}

{!! ($notice->details) !!}

@endsection