@extends('template.layoutAdmin') @section('title', 'Mi Perfil') @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 La foto del perfil debe tener el mismo alto y ancho


@endsection @section('js') @endsection