@extends('user.layout.base') @section('title', 'Payment') @section('content')

 @lang('user.payment')

@include('common.notify')
{{ csrf_field() }}
@lang('user.payment_method') @if(Setting::get('CARD') == 1) @lang('user.card.add_card') @endif @if(Setting::get('PAYPAL') == 1) @lang('user.add_paypal') @endif
multiple_payment_method))) checked @endif>@lang('user.cash')
multiple_payment_method))) checked @endif>RAZORPAY
@if(Setting::get('CARD') == 1) @foreach($cards as $card)
multiple_payment_method))) checked @endif> {{$card->brand}} **** **** **** {{$card->last_four}} @if($card->is_default) @lang('user.card.default') @endif @lang('user.card.delete')
@endforeach @endif @if(Setting::get('PAYPAL') == 1) @foreach($users as $user)
multiple_payment_method))) checked @endif>

{{$user->paypal_id}}

@if(@$card->is_default) @lang('user.card.default') @endif @lang('user.card.delete')
@endforeach @endif
@if(Setting::get('PAYPAL') == 1) @endif @if(Setting::get('CARD') == 1) @endif @endsection @section('scripts') @endsection