@extends('admin.layouts.master') @section('title') Vouchers Management @endsection @section('content')

Vouchers Management

All Vouchers

@if (session('success')) @endif
@foreach ($vouchers as $voucher) @endforeach
Logo Name Description Points Actions
@if ($voucher->voucher_logo) {{ $voucher->voucher_name }} @else
@endif
{{ $voucher->voucher_name }} {{ Str::limit($voucher->voucher_description, 50) }} {{ $voucher->voucher_points }}
@csrf @method('DELETE')
@endsection