@extends('layouts.default') @section('content') {{ Breadcrumbs::renderIfExists(Route::getCurrentRoute()->getName()) }}
{{{$title}}}
@include('list.bills')
@stop @section('scripts') @stop