@extends('layouts.default') @section('content') {!! Breadcrumbs::renderIfExists(Route::getCurrentRoute()->getName(), $account) !!}
{{{$account->name}}}
@include('partials.date_nav')
View options for {{{$account->name}}}

@if($range == 'all') Stick to date-range @else Show all transactions @endif

Transactions
@include('list.journals-full')
@stop @section('scripts') @stop