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

Add Student

@include('partials.message') @if($count < $subscription->plan->no_of_members)
@csrf
@else

Student limit reached

Please contact your administrator to increase the student limit.

@endif
@endsection @push('scripts') @endpush