@extends('template.content') @section('content')

Create Code / {{$title}}

@csrf

{{$title}}

@foreach($row as $key) @endforeach
voucher member status tanggal kupon dibuat Action
{{$key->voucher}} {{$key->member}} @php echo Fibonanci::status($key->status); @endphp {{$key->created_at}} delete
@csrf
@push('js') @if(session()->has('confirm')) @endif @endpush @endsection