@extends('accounting::layouts.app') @section('title') {{ trans_choice('accounting::lang.reconcile', 1) }} @endsection @section('content') @include('accounting::layouts.nav') @component('accounting::components.section_header') @slot('title') {{ trans_choice('accounting::lang.reconcile', 1) }} @endslot @slot('subtitle') {{ trans('accounting::lang.reconcile_subtitle') }} @endslot @endcomponent
@component('accounting::components.box') @slot('body')
@include('accounting::reconcile.partials.reconcile_form') @include('accounting::reconcile.partials.undo_reconcile_form')
@endslot @endcomponent
@stop @section('javascript') @endsection