@include('layouts.partials.breadcrumb', ['title' => $title])
@endsection
{{ html()->form('POST')->route('payment.store')->class(['needs-validation'])->attributes(['novalidate'])->open() }}
@include('payroll::payments.partials.action')
{{ html()->form()->close() }}