mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-11 00:16:54 +00:00
More bread crumbs.
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user