@extends('layouts.Home.app') @section('content')

Masuk {{ isset($url) ? 'Sebagai '. ucwords($url) : '' }}

@isset($url)
@else @endisset @csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (!isset($url)) Forgot Password @endif
@if (!isset($url)) Register — atau masuk dengan — @endif
@endsection