@extends($theme . 'frontend.layouts.master') @section('title', __('Credit Card')) @section('content') @php $billcount = auth()->user()->bill_requests()->where('status', 1)->count(); @endphp
{{__('Card Number')}}
{{auth()->user()->account_number}}
{{auth()->user()->name}}
Valid Thru
{{auth()->user()->created_at->addYear(3)->format('m/y')}}
For customer service email at : {{$general->contact_email }}
{{auth()->user()->pin}}
{{$general->web_name}}: Elevate your credit experience with the latest in NFC and EMV chip technology. This premium investor card signifies an esteemed member of our financial community. If found, please report to the nearest police or contact our support
@if($billcount > 0) @else @endif
@endsection @section('style') @endsection @section('script') @endsection