@foreach ($vouchers as $voucher) @endforeach
{{ $voucher->no }} {{ $voucher->name }} {{ Str::limit($voucher->description, 50) }} {{ \Carbon\Carbon::parse($voucher->from_date)->format('d/m/Y') }} {{ \Carbon\Carbon::parse($voucher->to_date)->format('d/m/Y') }} @if ($voucher->tipe == 0) Percentage @else Fix Amount @endif
{{ $vouchers->links('vendor.livewire.bootstrap') }}
@livewireScripts