@extends('layouts.app') @section('title', '首頁 - 閱讀卡管理平台') @section('content')

閱讀卡管理平台

此平台提供線上製卡申請

@if(auth()->user()->hasRole(['teacher', 'school', 'staff', 'admin'])) @endif @if(auth()->user()->hasRole(['school', 'staff', 'admin'])) @endif @if(auth()->user()->hasRole(['school', 'staff', 'admin'])) @endif
@endsection