@extends('layouts.app')
@section('content')
Subscription Management
manage user subscription
{{ $message }}
{{ $message }}
ID | Username | Coupon Name | Coupon Type | Package/Channel Name | Duration | Start Date | End Date | Action |
---|---|---|---|---|---|---|---|---|
{{ $val->id }} | {{ $val->user->name }} | {{ $val->coupon->name }} | {{ ucfirst($val->coupon->coupon_type) }} | {{ $val->coupon->name }} | {{ $val->coupon->duration_type }} | {{ $val->start_date }} | {{ $val->end_date }} | @if(isset($val->status) && ($val->status == 'activate')) @else @endif |