@extends('backend.adminlayouts.master') @section('body')
Codes | Type | Value | Percent % | Actions | |
---|---|---|---|---|---|
{{ $coupon->code }}
|
@if($coupon->type == 'percent')
Percent discount
|
@else
Cash discount
|
@endif
{{ $coupon->value }}
|
{{ $coupon->percent_off }}
|