@extends('layouts.default')
@section('content')
{{ Breadcrumbs::render('home') }}
@if($count == 0)
Use this option if you have a JSON file from your current Firefly II installation.
Use this option if you are new to Firefly (III).
@else
{{{\Session::get('period')}}}
@foreach($transactions as $data)
@include('transactions.journals-small-index',['transactions' => $data[0],'account' => $data[1]])
@endforeach
@endif
@stop
@section('scripts')
{{HTML::script('assets/javascript/highcharts/highcharts.js')}}
{{HTML::script('assets/javascript/firefly/index.js')}}
@stop
@section('styles')
{{HTML::style('assets/stylesheets/highslide/highslide.css')}}
@stop