mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 23:41:10 +00:00
9 lines
93 B
PHP
9 lines
93 B
PHP
@extends('layouts.default')
|
|
@section('content')
|
|
|
|
@include('paginated.transactions')
|
|
|
|
|
|
@stop
|
|
|