@extends('layouts.app') @section('page', 'Login Authentication') @section('content')

Sign in to start your session

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

@if (Route::has('password.request')) {{ __('Lupa Password?') }} @endif

Buat Akun Baru

@endsection @section('script') @endsection