@extends('template.layouts.page') @section('title_postfix', __('Account history')) @section('content_header') {{ __('Account history') }} - {{ $account->name }} @stop @section('content')
{{ __('Transaction history') }}
{{ __('Scheduled transactions') }}
@include('template.components.model-delete-form') @include('template.components.transaction-skip-form') @stop