@extends('template.layouts.page') @section('title_postfix', __('Scheduled transactions')) @section('content_container_classes', 'container-fluid') @section('content_header', __('Scheduled and budgeted transactions')) @section('content')
{{ __('Actions') }}
  • {{ __('New scheduled, standard transaction') }}
  • {{ __('New scheduled, investment transaction') }}
{{ __('Filters') }}
    @include('template.components.tablefilter-sidebar-transaction-type') @include('template.components.tablefilter-sidebar-search')
@stop