@extends('admin.layouts.master') @section('title', 'Edit Student') @push('styles') {{-- Copy your CSS from create.blade.php here --}} @endpush @section('content')
{{-- Header --}}

Edit Student

Update student profile information.

Back to List
@csrf {{-- Note: We use POST with AJAX, but logically this is an update --}}
{{-- Left Column --}}
Personal & Login Information
Demographics
{{-- Address --}}
Address Details
{{-- Right Column --}}
{{-- Avatar --}}
{{-- IDs --}}
Maritime IDs
{{-- Status --}}
is_active ? 'checked' : '' }}>
{{-- Submit Buttons --}}
@endsection @push('scripts') @endpush