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