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

Firefly @if($count > 0) What's playing? @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
@foreach($accounts as $index => $account)

{{{$account->name}}} chart

Go to {{{$account->name}}}

@if($index % 2 == 1)
@endif @endforeach
@foreach($accounts as $index => $account)

{{$account->name}}

@include('transactions.journals',['journals' => $account->transactionList])
@if($index % 2 == 1)
@endif @endforeach

Beneficiaries

Categories

Budgets

@endif @stop @section('scripts') @stop