@extends('layout.dashboard') @section('content')
{{ trans('dashboard.team.member') }}
@include('partials.errors')
isAdmin ? "disabled": "" }} placeholder="{{ trans('forms.user.password') }}">
@if($currentUser->isAdmin)
@endif
@if($currentUser->isAdmin) {{ trans('cachet.api.revoke') }} @if($currentUser->id != $user->id) {{ trans('forms.delete') }} @endif @endif
@stop