@extends('admin.layouts.app') @section('content')
# | Name | Phone | Gender | DateOfBirth | Profile Picture | Status | Action | |
---|---|---|---|---|---|---|---|---|
# | Name | Phone | Gender | DateOfBirth | Profile Picture | Status | Action | |
{{ $loop->iteration }} | {{ $customer->product_name }} | {{ $customer->Categories->category_name ?? '' }} | {{ $customer->price }} | {{ $customer->discount }} | {{ $customer->tax }} | {{ $customer->status == 1 ? 'Active' : 'Suspended' }} |