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