@extends('layouts.organization') @section('breadcrumb')

{{__('My Cards')}}

@endsection @section('content')
{{ __('Add Account For Withdraw') }}

{{ __('Add card') }}

Paypal
@csrf
@if ($errors->has('card_number')) {{ $errors->first('card_number') }} @endif
@if ($errors->has('card_holder_name')) {{ $errors->first('card_holder_name') }} @endif
@if ($errors->has('month')) {{ $errors->first('month') }} @endif
@if ($errors->has('year')) {{ $errors->first('year') }} @endif

{{ __('Add card') }}

Paypal
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection