@extends('Admin.component.layout') @section('title', '帳號管理') @section('content')
| 帳號 | 名稱 | 使用時限 | 新增 | ||
|---|---|---|---|---|---|
| {{ $List->id }} | {{ $List->name }} | {{ date('Y-m-d', strtotime($List->odate)) }} | {{-- @if($List->enable == 'Y')開啟 | @else關閉 | @endif --}}
@if($List->id == 'admin')
@else
@endif |
| 暫無資料 | |||||