@extends('layouts.parent') @section('title', 'Parent-Teacher Meetings - Kidscholl') @section('styles') @endsection @section('content')

Parent-Teacher Meetings

Review upcoming PTM schedules, parent invitation circulars, and timing agendas.

PTM Schedule
PTM Announcements
@forelse($ptmAnnouncements as $ann)
Meeting Invitation {{ \Carbon\Carbon::parse($ann->created_at)->format('d M Y') }}

{{ $ann->title }}

{{ $ann->description }}

Timings: 10:00 AM - 1:00 PM Venue: Respective Classrooms
@empty

No upcoming PTM alerts scheduled for your child's section.

@endforelse
Discussion Guidelines

To ensure discussions remain productive and feedback remains constructive, parents are requested to adhere to the guidelines below:

  • Punctuality: Standard meeting duration per parent is limited to 10-15 minutes. Please maintain the scheduled timing queue.
  • Academic Focus: Discussions should center on academic reports, classroom participation, behavioral feedback, and co-curricular interests.
  • Bring Performance Sheets: Parents are advised to download and print the latest report sheets from the results section prior to the meeting.
@endsection