@extends('template.layoutAdmin', ['activeButton'=>'']) @section('title') {{ trans('perfil.perfil') }} @endsection @section('style') @endsection @section('cabecera')

Regresar

Admin - Enjoit

@endsection @section('contenido')
@if(Session::has('message'))
{{Session::get('message')}}
@elseif(Session::has('message_error'))
{{Session::get('message_error')}}
@endif @if(count($errors) > 0))
@endif
@csrf @method('PUT')
@if ($dataUser->fotoPerfil <> "0") Usuario @else @if ($dataUser->idGenero == 9) Masculino @else Femenino @endif @endif
@if (env('MULTISERVER') == "CO") @else @endif
@if($dataUser->fotoPerfil) Ver foto actual @endif {{ trans('perfil.fotoPerfilDimensiones') }}


@endsection @section('js') @endsection