@extends('layouts.master_app') @section('title') {{$product_point->product->name}} {{$product_point->point->name }} @endsection @section('css') @endsection @section('content')
@csrf @method('PATCH')
@include('partials.errors') @csrf
@endsection @section('js') @endsection