@extends('admin.master') @section('content') Notice Lists Home Notice Lists @if(session()->has('message')) {{ session()->get('message') }} @endif Notice Lists Title Notice Photo Details Action @foreach($datas as $data) {{$data->title}} {!!html_entity_decode($data->details)!!} @endforeach @endsection