@extends('students.login_register_layout', ['title' => 'Đăng nhập - Học sinh']) @push('style') @vite('resources/css/students.css') @endpush @section('content')
@endsection @push('script') @vite('resources/js/students.js') @endpush