@extends('adminlte::page') @section('title', " $title ") @section('content')
Perfil
@include('app.includes.alerts')
@if( !isset($profile->image) )
@else
image}") }}" class="img-thumbnail img-fluid shadow" alt="{{ $profile->name }}" title='Alterar foto do perfil' data-toggle="modal" data-target="#updateImage" style="max-width: 100px;">
@endif
{{ $profile->name }}
{{ $profile->email }}
Perfil no sistema
{{ $profile->role->name }}
Dados no sistema
Senha no sistema
Alterar Foto
@method('PUT') @csrf
Foto
Editar Dados do Perfil
@method('PUT') @csrf
Nome
E-mail
Alterar Senha
@method('PUT') @csrf
*Utilize uma senha forte, inserindo ao menos um caracter diferente exe:!@#$
Nova Senha
@stop