@extends('adminlte::page') @section('title', 'New Individual Counseling Report') @section('content_header')

New Individual Counseling Report

@stop @section('content')

Fill Counseling Session Details

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{-- Student Selection --}}
{{-- Date & Time --}}
{{-- Session Number --}}
{{-- Presenting Problem --}}
{{-- Work Done --}}
{{-- Assessment & Progress --}}
{{-- Intervention Plan --}}
{{-- Follow Up --}}
{{-- Biopsychosocial Formulation (4P's) --}}
{{-- Submit Button --}}
Cancel
@stop