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