@php $VerEditor = auth()->user()->can('Pasantes - Editor') && $cliente->tipo_cuenta == 'Despacho' @endphp @if($VerEditor) @extends('layouts/app') @section('tituloModulo', 'DATOS DEL PASANTE') @section('contenido')
@csrf
@if ($datos->photo) Logo @else Logo @endif

Fotografía del abogado
{{ "( 500 * 500 px)" }}

@can('Pasantes - Editor') @endcan Regresar
@endsection @endif