@if(!empty(auth()->user()->school->activeTill))
@if(strtotime(now())>strtotime(auth()->user()->school->activeTill))
@lang('Subscription expired in')
@else
@lang('Subscription will expire in')
@endif
@else
@lang('Have not subscribed yet')
@endif
{{--Script Line --}}
@push('script')
@endpush