@extends('layouts.admin') @section('content')

Subscriptions

@if ($message = Session::get('success'))

{{ $message }}

@endif
@if($subscriptions) {{ dd( $subscriptions ); }} {{-- @foreach($subscriptions as $subscription) @endforeach --}} @else

No records found!

@endif
Sr No Name Description Type Price Duration Action
PL-000-{{ $plan->id }} {{ $plan->description ?? '' }} {{ ucfirst($plan->type ?? '') }} {{ $plan->amount ?? '' }} {{ $plan->duration ?? '' }}
@endsection