@extends('layouts.default') @section('content') @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
@endif @stop @section('scripts') @stop @section('styles') @stop