@extends('layouts.adminLayout.admin_design') @section('content')

{{ $title }} @if (Helper::checkAccess('loyalty_points_redemption_add')) @endif

{{ __('lbl.type') }} {{ __('lbl.product_name') }} {{ __('lbl.points') }} {{ __('lbl.discount_type') }} {{ __('lbl.amount') }} {{ __('lbl.action') }}
{{Form::hidden("redemption",route("redemption.index"),["id"=>"redemption"])}} @endsection @section('pagescript') {!! Helper::datatablelib('redemption/list.js') !!} @stop