More bread crumbs.

This commit is contained in:
James Cole
2014-11-28 16:15:30 +01:00
parent f63a287a6c
commit aa5b9a1727
5 changed files with 51 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
@extends('layouts.default')
@section('content')
{{ Breadcrumbs::renderIfExists(Route::getCurrentRoute()->getName()) }}
{{Form::open(['class' => 'form-horizontal','url' => route('repeated.store')])}}
<div class="row">

View File

@@ -1,5 +1,6 @@
@extends('layouts.default')
@section('content')
{{ Breadcrumbs::renderIfExists(Route::getCurrentRoute()->getName()) }}
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<p>
@@ -13,6 +14,7 @@
</div>
</div>
<!-- TODO create update and destroy -->
<div class="row">
@foreach($expenses as $entry)
<div class="col-lg-3 col-md-4 col-sm-6">

View File

@@ -1,5 +1,6 @@
@extends('layouts.default')
@section('content')
{{ Breadcrumbs::renderIfExists(Route::getCurrentRoute()->getName(), $piggyBank) }}
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
@foreach($repetitions as $rep)