@extends('central.super.layout') @section('title', __('super.payments.create_title')) @section('content')

{{ __('super.payments.payment_details') }}

@csrf
@error('tenant_id')

{{ $message }}

@enderror
{{ $currencySymbol }}
@error('amount')

{{ $message }}

@enderror
{{ $currencySymbol }}
{{ __('super.common.cancel') }}
@endsection