@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Reports'])
@include('partials.error-message') @include('partials.success') @if(count($favourites))
Favorites
@forelse ($favourites as $report) @if(isset(config('reports')[$report])) @endif @empty @endforelse
@endif
@endsection @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.manage_reports'),'helpTitle'=>config('help-links.help_titles.manage_reports')]) @endsection @section('after_scripts') @stop