@extends('dashboard.layouts.default') @section('content')
@include('layout.left-ads')
Forgotten your password?
Edit Your Details

{{ csrf_field() }} {!! Form::hidden('user_id', $details->id , [ 'id' => 'user_id'] ) !!}
Change Your Password

{{ csrf_field() }} {!! Form::hidden('users_id', $details->id , [ 'id' => 'users_id'] ) !!}
  • At least 6 characters
  • At least 1 digit
@if($teacher_type =='HOD')
School Subscription
@if($is_plan && $planInfo) @php $start_date = Carbon\Carbon::parse($planInfo->start_date)->format('d M Y'); $expiry_date = Carbon\Carbon::parse($planInfo->expiry_date)->format('d M Y'); @endphp

Your Subscription Started from {{ $start_date }} and expires on {{ $expiry_date }}

@endif

Contact us at  info@kayscience.com  to permanently delete school account and all data

@endif @include('layout.right-ads')
@if($fisrt_login==1) @endif @endsection @section('scripts')