@extends('layouts.admin') @section('styles') @endsection @section('content')
{{ __('NOTAS TRABAJADORES') }}

@csrf
@foreach ($notas as $nota) @endforeach
No TITULO FECHA DE ASIGNACION DESCRIPCION
{{ $nota->id }} {{ $nota->titulo }} {{ $nota->fecha }}
@csrf @method('DELETE')
@endsection @section('scripts') @endsection