@extends('layouts.app') @section('css') @endsection @section('content')
@if(session('danger'))
{{ session('danger') }}
@endif
@includeif('partials.errors')
Ubah Data Voucher Coin
{{ method_field('PATCH') }} @csrf
@include('voucher-gb.form')
@endsection @section('js') @endsection