@extends('backend.layouts.master') @section('title') Quản lý Tích điểm @endsection @section('page-header')

Tích điểm thành viên

@endsection @section('admin-content')
@include('backend.layouts.partials.messages')
@csrf

Tích điểm thành viên - {{ $customer->name }} - {{ $customer->phone }}

@endsection @section('scripts') @endsection