@extends('layout.layout') {{-- css --}} @push('links') @endpush {{-- Content --}} @section('content')
Step 1: 認證
校外需先進行 認證 ,才能繼續系統登入
@php $authTab = 'authDB-tab'; if(Session::has('nav')&&Session::get('nav') == 'authCDC-tab'){ $authTab = 'authCDC-tab'; } @endphp注意事項: