@extends('adminlte::page') @section('title', 'New Group Session Report') @section('content_header')

Create Group Counseling Session Report

@stop @section('content')
{{-- Display validation errors --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{-- Group Name --}}
{{-- Members --}}
Hold Ctrl/Cmd to select multiple students
{{-- Date & Time --}}
{{-- Session Number --}}
{{-- Text Areas --}}
{{-- Biopsychosocial Formulation (4 P's) --}}

Biopsychosocial Formulation (4 P's)

@foreach(['Predisposing','Precipitating','Perpetuating','Protecting'] as $p) @endforeach
4 P's Biological Psychological Social
{{ $p }}
{{-- Buttons --}} Cancel
@stop