@extends('layouts.default') @section('content')

Firefly @if($count > 0) What's playing? @endif

@if($count > 0) @include('partials.date_nav') @endif @if($count == 0)

Welcome to Firefly III.

To get get started, choose below:

Migrate from Firefly II

Use this option if you have a JSON file from your current Firefly II installation.

Start from scratch

Use this option if you are new to Firefly (III).

@else
@if(count($transactions) > 0) @foreach($transactions as $set)
@foreach($set as $data)

{{{$data[1]->name}}}

@include('transactions.journals-small',['transactions' => $data[0],'account' => $data[1]])
@endforeach
@endforeach @endif @if(count($reminders) > 0)

Recurring transactions

These transactions are set to be expected between {{Session::get('start')->format('j F Y')}} and {{Session::get('end')->format('j F Y')}}.

@foreach($reminders as $reminder) recurringtransaction->amount_max; $min += $reminder->recurringtransaction->amount_min; ?> @endforeach
Name Tags Amount Repeats
{{{$reminder->recurringtransaction->name}}} @foreach(explode(' ',$reminder->recurringtransaction->match) as $word) {{{$word}}} @endforeach {{mf($reminder->recurringtransaction->amount_min)}} {{mf($reminder->recurringtransaction->amount_max)}} {{$reminder->recurringtransaction->repeat_freq}}
Sum {{mf($max)}} {{mf($min)}}
@endif
@endif @stop @section('scripts') @stop @section('styles') @stop