@extends('layouts.app') @section('title', $type) @section('content')
@foreach($documents as $document) @endforeach
Title @if($type != "Download") Fiscal Year @endif View
{{ $document->title }} {{ $document->fiscal_year }} @if($type == "Download") @else @endif
@endsection