@extends('layouts.app') @section('title', 'Initiate Transfer') @section('breadcrumb', 'Students › ' . $student->full_name . ' › Initiate Transfer') @section('content')
Initiate Transfer Request
{{-- Student Info --}}
{{ $student->full_name }}
ID: {{ $student->mcss_student_id }} • Currently at: {{ $school->name }}
@csrf
All schools are within MCSS. Academic history will be preserved.
Loading classes…
Cancel
@endsection @push('scripts') @endpush