@extends('backend.layouts.master') @section('title') Quản lý Khách hàng @endsection @section('styles') @include('backend.pages.partials.style_index') @endsection @section('page-header')
No | Tên | Tuổi | Số điện thoại | Tổng điểm | ||
---|---|---|---|---|---|---|
{{ $loop->index+1 }} | {{ $customer->name }} | {{ $customer->age }} | {{ $customer->email }} | {{ $customer->phone }} | {{ $customer->total_point }} | @if (Auth::guard('admin')->user()->can('admin.edit')) Sửa @endif @if (Auth::guard('admin')->user()->can('admin.edit')) @endif |