Skip to content

Instantly share code, notes, and snippets.

@lccalluchi
Created December 20, 2021 03:24
Show Gist options
  • Select an option

  • Save lccalluchi/a4a0e210f8b775cdafb71f1f725c7913 to your computer and use it in GitHub Desktop.

Select an option

Save lccalluchi/a4a0e210f8b775cdafb71f1f725c7913 to your computer and use it in GitHub Desktop.
@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