@extends('provider.layout.app') @section('content')
@lang('provider.profile.profile') @lang('provider.profile.manage_documents') @lang('provider.profile.update_location') @lang('provider.profile.wallet_transaction') @lang('provider.card.list') @lang('provider.profile.transfer')

@include('common.notify')
@if(Setting::get('demo_mode', 0) == 1)
** Demo Mode : Use this card - CardNo:4000056655665556, MM:12, YY:20, CVV:123.
@endif @lang('provider.card.add_debit_card') @if(count($cards)!='0') @foreach($cards as $each) @endforeach @else @endif
@lang('provider.card.type') @lang('provider.card.four')
{{ $each->brand }} {{ $each->last_four }}
@lang('provider.card.notfound')
@endsection @section('scripts') @endsection