@extends('layouts.app') @section('head') @endsection @section('activeValidaciones') active @endsection @section('content')
Personas a validar: {{$persona->nombre}} {{$persona->apellido}} @if(Auth::user()->rol == 0)       @endif
id/guardar")}}" method="POST" enctype="multipart/form-data"> {{ csrf_field() }}


@if($persona->imagen != "") Imagen subida. @else Imagen sin subir. @endif @if(Auth::user()->rol != 2)


https://imfc-validaciones.sinnergy.com.ar/validacion?token={{$persona->token}} @endif
@isset($img->encoded)

@if(Auth::user()->rol != 2)
@if($persona->intentos > 3) @endif
@endif

@endsection @section('script') @endsection