@extends('admin.layouts.master') @section('title', 'Create Student') @push('styles') {{-- SweetAlert2 --}} @endpush @section('content')
{{-- Header --}}

Add New Student

Create a new student profile manually.

Back to List
@csrf
{{-- Left Column --}}
Personal & Login Information
{{-- Name --}}
{{-- Replaced .text-error with .invalid-feedback --}}
{{-- Email --}}
{{-- Phone (Moved Here, Password Removed) --}}
This will be used as the default password.
{{-- Empty Div to keep grid alignment if needed, or let layout flow --}}
Demographics
{{-- Address --}}
Address Details
{{-- Right Column --}}
{{-- Avatar --}}
{{-- Custom class for this one since it's not directly under an input with form-control --}}
{{-- IDs --}}
Maritime IDs
{{-- Status --}}
{{-- Submit Buttons --}}
{{-- Scripts --}} @endsection @push('scripts') @endpush