@extends('frontend.layouts.master') @section('title') Download Center @endsection @section('main-content') Attachments Home Attachments @if($documents) @foreach($documents as $document) {!!$document->description!!} {{$document->title}} @if($document->file) Download File @else No File @endif @endforeach @endif @endsection
{!!$document->description!!}