@extends('layouts.admin')
@section('styles')
@endsection
@section('content')
No |
TITULO |
FECHA DE ASIGNACION |
DESCRIPCION |
|
@foreach ($notas as $nota)
{{ $nota->id }} |
{{ $nota->titulo }} |
{{ $nota->fecha }} |
|
|
@endforeach
@endsection
@section('scripts')
@endsection