@extends('layouts.default') @section('content') @if($filtered === true)
This view is filtered to show only the transactions between {{$filters['start']->format('M jS, Y')}} and {{$filters['end']->format('M jS, Y')}}.
@endif @include('paginated.transactions') @stop