@extends('admin.master') @section('content') @foreach ($history as $history) {{$history->title}} {!!$history->description!!} @auth Edit or Delete @endauth @endforeach @endsection
{!!$history->description!!}