@php use Illuminate\Support\Str; @endphp {{-- Sidebar mínimo --}} @include('header')
{{-- Hero --}}

Biblioteca Virtual

Acceso a recursos educativos y materiales académicos para tu formación integral

{{-- OPCIONES BIBLIOTECAS --}}

Nuestra biblioteca

@foreach ($bibliotecas as $biblioteca) @php [$nombre, $subtitulo] = array_pad(explode(' - ', $biblioteca->titulo, 2), 2, ''); @endphp
{{-- Imagen --}}
{{ $nombre }}
{{-- Texto --}}

{{ $nombre }}
{{ $subtitulo }}

{{ $biblioteca->descripcion }}

{{-- Botón --}}
{{-- Efecto decorativo --}}
@endforeach
@include('footer')