@extends('admin.layouts.app') @section('content')
Customer
  Create New
Customer
@foreach ($customer as $customer) @endforeach
# Name Email Phone Gender DateOfBirth Profile Picture Status Action
# Name Email 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' }}
Edit @csrf @method('DELETE')
@endsection