2014-08-06 10:02:02 -05:00
|
|
|
@extends('layouts.default')
|
|
|
|
@section('content')
|
2014-11-28 09:09:18 -06:00
|
|
|
{{ Breadcrumbs::renderIfExists(Route::getCurrentRoute()->getName()) }}
|
2014-08-06 10:02:02 -05:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-12 col-sm-12 col-md-12">
|
2014-09-28 01:47:51 -05:00
|
|
|
<div class="panel panel-default">
|
|
|
|
<div class="panel-heading">
|
|
|
|
<i class="fa {{$mainTitleIcon}}"></i> {{{$title}}}
|
|
|
|
</div>
|
|
|
|
<div class="panel-body">
|
2014-12-29 13:28:17 -06:00
|
|
|
@include('list.bills')
|
2014-09-28 01:47:51 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
2014-08-06 10:02:02 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
2014-09-28 01:47:51 -05:00
|
|
|
@stop
|
|
|
|
@section('scripts')
|
2014-11-12 03:54:53 -06:00
|
|
|
|
2015-01-01 23:16:49 -06:00
|
|
|
@stop
|