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

Step 4: Security Deposit

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

Record the security deposit period and payment details. Agreement period will be set from the deposit dates.

@csrf

Cancel
@endsection