@extends('layouts.master') @section('content') @includeFirst([config('larapen.core.customizedViewPath') . 'common.spacer', 'common.spacer'])
@includeFirst([ config('larapen.core.customizedViewPath') . 'account.inc.sidebar', 'account.inc.sidebar', ])
@include('flash::message') @if (isset($errors) && $errors->any())
{{ t('oops_an_error_has_occurred') }}
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{-- Create Or Edit Payment Card --}}

{{ 'Save Card' }}

{{ 'See Wallet' }}
{!! csrf_field() !!} {{-- user_id --}} {{-- country --}} {{-- Card Number --}}
{{-- Exp. Date --}}
{{-- CVV --}}
{{-- Card Holder First Name --}}
{{-- Card Holder Last Name --}}
{{-- button --}}
@endsection @section('after_scripts') @endsection