@extends("layouts.app") @section('title', 'Login | GrowUp') @section('cssExternal') @endsection @section('content')

Login GrowUp

Masuk dan nikmati semua fitur


@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
checkbox.png
Atau {{-- OPSI REGISTER --}} Belum punya akun? Daftar Disini
auth.png
@endsection