Card Manager

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