@extends('template.layouts.page') @section('title_postfix', __('Budget chart')) @section('content_container_classes', 'container-fluid') @section('content_header', __('Budget chart')) @section('content')
{{ __('Select categories to display') }}
{{ __('Accounts') }}
    @include('template.components.tablefilter-sidebar-budget-account')
{{ __('Scheduled and budgeted transactions for selected categories') }}
@include('template.components.model-delete-form') @include('template.components.transaction-skip-form') @stop