@extends('frontend.layouts.master') @section('content')
All Notices
@foreach($notice as $k=>$v)

{!!$v->first_description!!}
@endforeach
@endsection