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

Honda

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

{{ $error }}

@endforeach
@endif
@endsection