@extends('admin.auth.layouts.app') @section('content')

{{ csrf_field() }}
@if(count($errors) > 0)
登入失敗
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@endsection