@extends('layouts.default')
@section('content')
{!! Breadcrumbs::renderIfExists() !!}
@if($count == 0)
Welcome to Firefly III.
Create a new asset account to get started.
@else
@include('partials.boxes')
@foreach($transactions as $data)
@include('list.journals-tiny',['transactions' => $data[0],'account' => $data[1]])
@endforeach
@endif
@stop
@section('scripts')
@stop
@section('styles')
@stop