@extends('admin.layouts.main') @section('title', 'Bank Cards') @section('content')
@lang('message.bank_cards')
@csrf
{{-- --}}
@if (!empty($card->qr_code))
@endif
@endsection