@extends('client.layouts.app') @section("content")

登入

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

{{ $error }}

@endforeach
@endif
@endsection @section("script") @stop