@extends('layouts.default') @section('content') @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($transactions as $data)
@include('transactions.journals-small-index',['transactions' => $data[0],'account' => $data[1]])
@endforeach
@endif @stop @section('scripts') @stop @section('styles') @stop