@extends('layouts.admin') @section('title', 'Announcement Show') @section('content')
@foreach($menu as $m)
{{ $m->title }}

{!! $m->description !!}

@endforeach
@endsection @section('scripts') @endsection