Created
December 20, 2021 03:24
-
-
Save lccalluchi/a4a0e210f8b775cdafb71f1f725c7913 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @extends('adminlte::page') | |
| @section('title', 'Grupo Colitas Arequipa') | |
| @section('content_header') | |
| <h1>Listado de Posts</h1> | |
| @stop | |
| @livewireScripts // Agrega los sripts de liveWire | |
| @section('content') | |
| @livewire('admin.posts-index') | |
| @stop | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment