Update Student Information

{{ sprintf('Information: %s #%s', $user->name ?? '', $user->id) }}

Update student information.

@csrf @method('patch')
@if (isset($provinces) && count($provinces) > 0) @else Failed to fetch the provinces. @endif
@if (isset($cities) && count($cities) > 0) @else Failed to fetch districts. @endif