@extends('layouts.app', [ 'class' => '', 'elementActive' => 'listar', ]) @section('content')
{{-- table-responsive --}} @foreach ($data as $item)
Warning: Undefined variable $item in C:\xampp\htdocs\tablerogerencial\resources\views\compromisos\list.blade.php on line 53

Warning: Attempt to read property "estatus" on null in C:\xampp\htdocs\tablerogerencial\resources\views\compromisos\list.blade.php on line 53

Warning: Undefined variable $item in C:\xampp\htdocs\tablerogerencial\resources\views\compromisos\list.blade.php on line 55

Warning: Attempt to read property "estatus" on null in C:\xampp\htdocs\tablerogerencial\resources\views\compromisos\list.blade.php on line 55

Warning: Undefined variable $item in C:\xampp\htdocs\tablerogerencial\resources\views\compromisos\list.blade.php on line 57

Warning: Attempt to read property "estatus" on null in C:\xampp\htdocs\tablerogerencial\resources\views\compromisos\list.blade.php on line 57

Warning: Undefined variable $item in C:\xampp\htdocs\tablerogerencial\resources\views\compromisos\list.blade.php on line 59

Warning: Attempt to read property "estatus" on null in C:\xampp\htdocs\tablerogerencial\resources\views\compromisos\list.blade.php on line 59
@endforeach
FECHA DE REUNIÓN QUÉ? QUIÉN? CUANDO AVANCE COMENTARIO ESTATUS ACCIONES
{{ $item->fecha }} {{ $item->que }} {{ $item->quien }} {{ $item->cuando }} {{ $item->avance }} {{ $item->comentario }} @if (auth()->user()->id == 1) @endif
@endsection @push('scripts') @endpush