@extends('templates.structure')
@section('custom_css')
@endsection
@section('content')
{{-- --}}
Promo Name |
Created By |
Action |
@endsection
@section('custom_js')
@endsection
@section('addCustomInfo')
if(v.name == 'discount'){
valuename = new Intl.NumberFormat('de-DE').format(valuename);
if(data.discount_type == 'percentage'){
valuename += ' %';
}
}
@endsection