@extends('frontend.layouts.master') @section('title') Download @endsection @section('main-content') Download home //Download @if($documents) @foreach($documents as $document) {{$document->title}} {{$document->name}} @endforeach @endif @endsection
home //Download
{{$document->name}}