@extends('layout.admin') @section('head') @extends('layout.header') @section('header_title', 'Customer') @endsection @section('content')
| ID | First Name | Last Name | Contact Number | Address | Comment | Loyalty Points | Status | Actions | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $item->idCustomer }} | {{ $item->Full_Name }} | {{ $item->First_Name }} | {{ $item->Contact_No }} | {{ $item->Address }} | {{ $item->email }} | {{ $item->Comment }} | {{ $item->Loyalty_Points }} | @if ($item->Status) Active @else Block @endif | Loyalty |
| ID | First Name | Last Name | Contact Number | Address | Comment | Loyalty Points | Status | Actions | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $item->idCustomer }} | {{ $item->Full_Name }} | {{ $item->First_Name }} | {{ $item->Contact_No }} | {{ $item->Address }} | {{ $item->email }} | {{ $item->Comment }} | {{ $item->Loyalty_Points }} | @if ($item->Status) Active @else Block @endif | Loyalty |
| ID | First Name | Last Name | Contact Number | Address | Comment | Loyalty Points | Status | Block Fee | Actions | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item->idCustomer }} | {{ $item->Full_Name }} | {{ $item->First_Name }} | {{ $item->Contact_No }} | {{ $item->Address }} | {{ $item->email }} | {{ $item->Comment }} | {{ $item->Loyalty_Points }} | @if ($item->Status) Active @else Block @endif | {{ $item->Block_Fee }} | Loyalty |