@extends('layouts.app') @section('template_title') Ubah Data Penambahan Poin @endsection @section('content')
@includeif('partials.errors')
Ubah Data Penambahan Poin
{{ method_field('PATCH') }} @csrf
@include('topup-point.form')
@endsection