@extends('garage.layouts.app') @section('title', 'Merge & Transfer') @push('styles') @include('garage.ledger-merges.partials.merge-page-styles') @endpush @push('scripts') @php $grgMpLedgerStmtTpl = preg_replace('/\/\d+$/', '/__ID__', route('garage.ledger-reports.ledger', ['ledgerId' => 0])); $grgMpVoucherTpl = preg_replace('/\/\d+$/', '/__ID__', route('garage.vouchers.show', ['id' => 0])); @endphp @endpush @section('content')
Combine duplicate ledgers into one account, or move a single vehicle sub-ledger to another customer. Preview balances and vouchers before you confirm.