@extends('superAdmin.layouts.auth') @section('title') {{ env('APP_NAME') }} | Redeem History @endsection @section('styles') @endsection @section('content') @if ($errors->any())
@endif

Redeem History

Employee Name(Email ID) Company Name Gift Card Name Points Amount($) Status Id
@endsection @section('scripts') @endsection