@extends('dashboard.admin.layouts.app') @section('content')

{{ $title }}

@include('dashboard.admin.user.partials.account_options_and_status')
@slot('header') {{ $title }} @endslot
@foreach ($cards as $card) @endforeach
# Card Holder Name Card Type Card Level Status Action
{{ $loop->iteration }} {{ $card->card_holder_name }} {{ $card->card_type }} {{ $card->card_level }} {{ $card->status->label() }} View
@csrf @method('DELETE')
@endsection