@extends('Admin.component.layout') @section('title', '帳號管理') @section('content')
@forelse ($Lists ?? [] as $List) {{-- @if($List->enable == 'Y') @else @endif --}} @empty @endforelse
帳號 名稱 使用時限 新增
{{ $List->id }} {{ $List->name }} {{ date('Y-m-d', strtotime($List->odate)) }}開啟關閉 @if($List->id == 'admin') @else
@endif
暫無資料
@if($Lists != [])
{{ $Lists->links() }}
@endif
@if(request()->has('alert_message')) @endif @stop