Card Manager
@if(Session::has("error"))
{{Session::get("error")}}
@endif @if(Session::has("success"))
{{Session::get("success")}}
@endif
Add New
Logout
Name
Actions
Info
@if(!empty($cards)) @foreach($cards as $card)
{{strtoupper(str_replace("_"," ",$card))}}
Delete
{{ucfirst(MY_Helpers::get_card_type($card))}}
{{ucfirst(MY_Helpers::get_card_category($card))}}
@endforeach @else
No Cards Found
@endif