@extends('user.layout.base') @section('title', 'Promotion') @section('content')

@lang('user.promotion')

@include('common.notify')
Promotions / Gift Coupons @lang('user.add_promocode')
@forelse($promocodes as $promo)
{{$promo->promocode->promo_code}} {{$promo->status}}
@empty
No promotions applied.
@endforelse
@endsection