@extends('user.layouts.index') @section('default') @foreach($post as $p) {{$p->name}} {!! $p->description !!} {{-- Download View --}} @endforeach @endsection {{-----------------Home Page --------------}}
{!! $p->description !!}