@extends('layouts.admin') @section('title','Settings') @section('styles') @endsection @section('content')
{{ strtoupper($merchant->name) }}
Merchant
@role('super_admin') @endrole
Voucher Code Item Type Quantity Description Date Start Date End Status Action
@role('super_admin')
@csrf
@php $percentage = []; for ($i=0; $i < 101; $i++) { array_push($percentage, $i); } @endphp
@endrole
List of Point Settings History (0)
# Rebate System Accumulated Advocacy Member Upline No. of Upline Status Date Created
@include('dashboard.merchants.partials.add-promo-modal') @include('dashboard.merchants.partials.view-promo-modal') @include('dashboard.partials.footer')
@endsection @push('scripts') @endpush