@extends('layouts.main') @section('title', 'Login - Rei Cosrent') @section('styles') @endsection @section('content')

Login

Masuk sebagai Admin atau User

@if(session('success')) @endif @if(session('error')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Belum punya akun? Daftar Sekarang

@endsection @section('scripts') @endsection