@extends('layouts.master') @push('styles') @endpush @section('title', 'Redemption Settings') @section('content') @include('backend.csr_redemption_setting.add-form')
@can('csr-redemption-settings-create') {!! renderIconHtml('add') !!}{{ __('Add New') }} @endcan
@if (auth()->user()->setting->preference == "Left") @endif @if (auth()->user()->setting->preference == "Right") @endif
{{ __('Action') }}{{ __('#') }} {{ __('Week') }} {{ __('Date') }} {{ __('primary CSR Segmentation') }} {{ __('primary No Of Deliveries') }} {{ __('Promotion Type') }} {{ __('promotion CSR Segmentation') }} {{ __('Promotion Percentage') }} {{ __('promotion No Of Deliveries') }}{{ __('Action') }}
@endsection @push('scripts') @endpush