@extends('layouts/layoutMaster') @section('title', 'Student Dashboard') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
{{--
Current Plan
--}}
@if(isset($subscriptions))
Active until {{$subscriptions->end_date->format('D M Y H:i') }}

We will send you a notification upon Subscription expiration

@else
Subscription is inactive

Subscribe to continue assessing the content

@endif
Curriculum Overview
@include('_partials/_modals/subscription/extend-subscription') @include('_partials/_modals/subscription/activate-subscription') @endsection