@extends('layouts.default') @section('content') {!! Breadcrumbs::renderIfExists(Route::getCurrentRoute()->getName(), $account) !!}
{{{$account->name}}}
Transactions
@include('list.journals-full')
@stop @section('scripts') @stop