This repository has been archived on 2025-03-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Recetero/resources/views/welcome.blade.php
2025-03-03 05:37:01 -03:00

8 lines
306 B
PHP

@extends('layouts.public')
@section('content')
<section class="mb-8">
<h2 class="text-2xl font-semibold mb-4">Recetas Destacadas</h2>
<div class="flex flex-grow" hx-get={{route('recetaspublicas.index', [], false) }} hx-trigger='load' hx-targer="innerHTML">Cargando ...</div>
</section>
@endsection