@extends('layout.layout') @php $pageTitle = '登入'; @endphp @push('links') @endpush @section('content')
@include('component.alert', ['session_name' => 'errorlogin'])
國立體育大學校徽
{{csrf_field()}}
@if ($errors->has('uid')) @foreach($errors->get('uid') as $error)
{{ $error }}
@endforeach @endif
@if ($errors->has('password')) @foreach($errors->get('password') as $error)
{{ $error }}
@endforeach @endif
@if(Session::get('login_count') >= 3)
@endif
忘記密碼
@if(\Module::has('Google')) Google @endif @if(\Module::has('Line')) Line @endif @if(\Module::has('Facebook')) Facebook @endif
@endsection {{-- Script --}} @push('scripts') @endpush