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

Host to Host: Import (BC 2.6.2)

Page for Host to Host: Import (BC 2.6.2)

@if ($ssoExpired) @else

SSO Active |

Login as: {{ $ssoUsername }}

Expires at: {{ $ssoExpiresAt }}

@csrf
@endif
@foreach ($data as $item) @endforeach
No Date Status Action
{{ $item->no }} {{ $item->date }} @switch($item->is_upload) @case(true) Uploaded @break @default Pending @endswitch
@endsection @section('js') @endsection