@extends('adminlte::page') @section('title', 'New Counseling Intake Form') @section('content_header')

New Counseling Intake Form

@stop @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Academic & Living Information

Parent / Guardian Information

Family Information

Counseling Details
@stop