@extends('layouts.master') @section('content') @include('pages.auth.order.nav') @include('pages.auth.order.promotional-codes-form-modal')
Code ID | Creation Date | Created By | Discount Amount | Sent To | Active Until | Status |
---|---|---|---|---|---|---|
{{ $promotionalCode->code }} | {{ date('m/d/y g:iA', strtotime($promotionalCode->date_creation)) }} | {{ $promotionalCode->creator_login }} | {{ $promotionalCode->discount }}% | {{ $promotionalCode->customer_name }} | {{ date('m/d/y g:iA', strtotime($promotionalCode->date_expiration)) }} | {{ $promotionalCode->status }} |