@extends('adminlte::page') @section('title', '権限変更') @section('content_header')
@stop @section('content')
@if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'employees|3'))
@csrf

{{ $employee->name }}

disable === 0 ? '' : 'checked="checked"' }}>

{{ $employee->email }}

@endif
@stop @section('css') @stop @section('js') @stop