@extends('layouts.default') @section('content') {!! Breadcrumbs::renderIfExists(Route::getCurrentRoute()->getName(), $what) !!}
{{{$subTitle}}}
@include('list.accounts')
@stop @section('scripts') @stop