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