@extends('layouts/contentLayoutMaster') @section('title', 'Redeem') @section('vendor-style') @endsection @section('content')

Redeem

@if($errors->any()) @endif
@csrf

illustration
@endsection @section('page-script') @endsection