@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