@extends('admin.admin_dashboard') @section('admin')
Sl | Customer Name | Phone | Card Number | Address | Status | Actions | |
---|---|---|---|---|---|---|---|
{{ $key+1 }} |
|
{{ $item->email }} | {{ $item->phone }} | {{ $item->loyalty_card_number }} | {{ $item->address }} | {{ ucfirst($item->status) }} | Edit Delete {{ $item->status == 'active' ? 'Inactive' : 'Active' }} |