{{ __('Send Request') }}
@csrf
@foreach ($charges as $index => $charge)
@endforeach @if (Session::has('select_days_' . $listing->id))

{{ Session::get('select_days_' . $listing->id) }}

@endif

@if (Session::has('select_payment_' . $listing->id))

{{ Session::get('select_payment_' . $listing->id) }}

@endif

@php $display = 'none'; @endphp {{-- START: Authorize.net Card Details Form --}}
    {{-- END: Authorize.net Card Details Form --}} @foreach ($offline_gateways as $offlineGateway)
    @if (!is_null($offlineGateway->short_description))

    {{ $offlineGateway->short_description }}

    @endif @if (!is_null($offlineGateway->instructions))
    {!! replaceBaseUrl($offlineGateway->instructions, 'summernote') !!}
    @endif @if ($offlineGateway->has_attachment == 1)

    @error('attachment_' . $listing->id)

    {{ $message }}

    @enderror
    @endif
    @endforeach