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

Chỉnh sửa Tích điểm thành viên

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

Chỉnh sửa Tích điểm thành viên - {{ $point->customer->name }} - {{ $point->customer->phone }}

@endsection @section('scripts') @endsection