@extends('layouts.backend') @section('content')

Verificar Identidad

@if ($errors->has('photo_id')) {{ $errors->first('photo_id') }} @endif
@if ($errors->has('selfie')) {{ $errors->first('selfie') }} @endif
@include('modals.messageModal') @include('modals.confirmModal') @endsection