@extends('layouts.app') @section('css') @endsection @section('content')
@if ($message = Session::get('success'))
{{ $message }}
@endif @if(session('danger'))
{{ session('danger') }}
@endif
@includeif('partials.errors')
Tambah Data Voucher Coin
@csrf
@include('voucher-gb.form')
@endsection @section('js') @endsection