@extends('auth.template.layout') @section('content')

Halaman Login

Silahkan login dengan menggunakan username dan password.

phoenix

Log In

@if(session('error')) @endif @if(session('success')) @endif
@csrf
@endsection @push('js') @endpush