User One Time Subscription
| User Name | Package Name | Pakage Price | Detail View |
|---|---|---|---|
| {{ isset($subscription->user) ? $subscription->user->first_name : '' }} | {{ $subscription->name ?: '' }} | {{ $subscription->amount ?: '' }} | Detail View |
@extends('layouts.admin-layout') @section('title') User One Time Subscription @endsection @section('content')
| User Name | Package Name | Pakage Price | Detail View |
|---|---|---|---|
| {{ isset($subscription->user) ? $subscription->user->first_name : '' }} | {{ $subscription->name ?: '' }} | {{ $subscription->amount ?: '' }} | Detail View |