@extends('admin.layouts.app') @section( 'content' )
@foreach( $vouchers as $voucher ) @endforeach
{{ trans( 'voucher.table.code' ) }} {{ trans( 'voucher.table.name' ) }} {{ trans( 'voucher.table.redeemed' ) }} {{ trans( 'voucher.table.actions' ) }}
{{ $voucher->code }} {{ $voucher->item_name }} {{ $voucher->times_redeemed }}
{{ trans('main.edit') }}
{!! $vouchers->render() !!}
@endsection @section('footer') @parent {{-- Deletion handled inline via Alpine/Fetch; no extra scripts required --}} @endsection