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

Add Teaching Staff

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

Teacher limit reached

Please contact your administrator to increase the teacher limit.

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