{{-- ============================================================ resources/views/auth/login.blade.php ============================================================ --}} @extends('layouts.auth') @section('title', 'Masuk') @section('content')
{{-- Logo --}}
LMS

Selamat Datang

Courses Bantul

{{-- Error --}} @if($errors->any())
{{ $errors->first() }}
@endif {{-- Form --}}
@csrf
atau

© {{ date('Y') }} Course Bantul. All rights reserved.

@endsection