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

 @lang('user.promocode')

@include('common.notify')
@lang('user.gift_coupon') @lang('user.add_promocode')
@forelse($promocodes as $promo)
{{$promo->promocode->promo_code}} {{$promo->status}}
@empty
@lang('user.no_promocode_applied')
@endforelse
@endsection