@php use Illuminate\Support\Str; @endphp Sección Inicial - Imagen @include('include.preloader') @include('include.header')
Imagen de Sección Inicial
@if (session('success')) @endif @if ($errors->any())
No se pudo guardar:
    @foreach ($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@if ($record) @php $foto = $record->foto ?? ''; $isAbsolute = Str::startsWith($foto, ['http://', 'https://']); $fotoUrl = $isAbsolute ? $foto : asset(ltrim($foto, '/')); @endphp @else @endif
# Imagen
{{ $record->id }}
Sin imagen. Usa el botón Subir imagen.
{{-- Modal: preview --}} {{-- Modal: crear/editar --}}

@include('include.footer')