@extends('layouts.dashboard_layout') @section('title', 'Actas de Reunion') @section('content')
@include('partials.alerts', ['success' => 'success', 'error' => 'error', 'warning' => 'warning'])
@foreach ($reunion as $resultado) @include('dashboard.reunion.eliminar') @endforeach
Proyecto Asignado por Fecha creacion Responsables Fecha prox. Reunion Descargar Acta
{{ $resultado?->proyecto?->nombre ?? '' }} {{ $resultado?->empleado?->nombre ?? '' }} {{ $resultado?->fecha_reunion ?? '' }} {{ $resultado?->nombresResponsables ?? '' }} {{ $resultado?->fecha_proxima ?? '' }}
@endsection @section('scripts') @include('partials.scripts') @endsection