@extends('layouts.dashboard') @section('css') @stop @section('content') {{-- {{$title}} --}} 權限 user_type_id == 1) checked @endif> 最高權限者 user_type_id == 2) checked @endif> 編輯者 帳號 密碼 {{-- 權限 管理者 user_type_id & 1) > 0) checked @endif> 客服 user_type_id & 2) > 0) checked @endif> 護理 user_type_id & 4) > 0) checked @endif> 房務 user_type_id & 8) > 0) checked @endif> 總務 user_type_id & 16) > 0) checked @endif> --}} @stop @section('js') @stop