@extends('layout') @section('content')
@csrf @method('put')
Tambah Voucher
{{-- --}}
@foreach ($voucher->syarat as $vousyarat) @if ($loop->first) @continue @endif
@endforeach
Kembali
@endsection @section('js') @endsection