@extends('layouts.main') @section('pageTitle', '帳號與權限-帳號列表') @section('content')
@if(auth()->user()->can('account.edit')) @endif @if(auth()->user()->can('account.destroy')) @endif
帳號 角色名稱修改刪除
@can('account.create') 新增帳號 @endcan @can('permission.index') 權限管理 @endcan
@endsection @section('js') @endsection