@extends('layouts/app') @section('titulo', "info empresa") @section('content') {{-- notificaciones --}} @if (session('CORRECTO')) @endif @if (session('INCORRECTO')) @endif @if (session('AVISO')) @endif

MI PERFIL

@foreach ($sql as $item)
@if ($item->foto==null) @else foto")}}" alt=""> @endif
Modificar imagen
@csrf
Selecciona una imagen no muy pesado y en un formato válido ...!
@csrf
@error('usuario') {{$message}} @enderror
@error('correo') {{$message}} @enderror
@endforeach
@endsection