@extends('layouts.dashboardnew') @section('content')
@foreach ($notas as $nota) @endforeach
Titulo Contenido Acciones
{{ $nota->titulo }} {!! $nota->contenido !!}
{{-- modal para agregar --}} @include('notas/modal/agregar') {{-- modal para editar --}} @include('notas/modal/editar') @endsection @include('usuario.componentes.scritpTable') @push('script') @endpush