@extends('layouts/contentNavbarLayout') @section('title', 'Renew Agreement') @section('content')

Renew Agreement

Back
Increase stay — {{ $student->full_name }}

Current leaving date: {{ $currentToDate?->format('d/m/Y') ?? '—' }}

@csrf
@error('increase_to_date')
{{ $message }}
@enderror
@error('remark')
{{ $message }}
@enderror
Cancel
@endsection