@extends('layouts/contentNavbarLayout') @section('title', 'Student Registration – Step 5') @section('content')
@include('admin.students.registration._steps_nav', ['currentStep' => 5, 'student' => $student])

Step 5: Final Payment & Activation

@if ($errors->any())
@endif

Record the first rent payment. On submit, the student will be marked active and a welcome SMS will be sent if configured.

@csrf

Cancel
@endsection