@extends('layout.layout') {{-- css --}} @push('links') @endpush {{-- Content --}} @section('content')
@include('component.alert', ['session_name' => 'errorlogin'])
{{csrf_field()}} @if (request()->has('redirect_uri')) @endif

該自然人憑證有多個帳號,
請點選以下任一個帳號進行登入。

@foreach($verifys as $verify)
使用者:{{$verify->user->name}}
職位:{{$verify->user->positions_output()}}
@endforeach
@endsection {{-- Script --}} @push('scripts') @endpush