@extends('layouts.front_layout') @section('content') @section('title', 'Voucher Redemption')
@include('user.sidebar')

Voucher Redemption


@if (session('msg')) @endif
@csrf
@error('voucher_id') {{$message}} @enderror
@stop