@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Your Profile'])
@include('components.alert')
@csrf @method('put')

Edit User

@error('name') {{ $message }} @enderror
@error('student_id') {{ $message }} @enderror



@if ($verifications->images)
@foreach (json_decode($verifications->images, true) as $image)
Existing Image
@endforeach
@endif @error('images') {{ $message }} @enderror
@include('layouts.footers.auth.footer') @endsection