@extends('Layouts/dashboard')
@section('submenu')
@include('Plugins/Payment/Views/Elements/Chargeback/submenu')
@endsection
@section('content')
@t('Chargebacks')
@t('Please see below a list of Chargebacks on your account. You can respond to chargebacks directly below:')
@include(
'Plugins/Message/Views/Elements/Message/messages',
[
'title' => false,
'object_type' => 'Plugins/Payment/Chargeback',
'object_id' => $venue->id
]
)
@include('Elements/chargebacks_opt_in')
@endsection