@extends('frontend.layouts.UserMain') {{ translate('Humsafar - Dashboard') }} @section('content')
@include('frontend.user.layouts.header')

{{ translate('Choose a Payment Method') }}

@if($payment_method->payment_method_stripe_status == 1) @endif @if($payment_method->payment_method_mollie_status == 1) @endif
@if($payment_method->payment_method_stripe_status == 1) @endif @if($payment_method->payment_method_mollie_status == 1) @endif
@endsection @push('scripts') @endpush