@extends('layouts.dashboard_layout') @section('title', 'Requerimientos') @section('content')
@include('partials.alerts', ['success' => 'success', 'error' => 'error', 'warning' => 'warning'])
@foreach ($verificaciones as $verificacion) @include('dashboard.verificacion.eliminar') @endforeach
Proyecto Asignado por Ultima Autorizacion Representantes Estado Descargar Acta
{{ $verificacion?->proyecto?->nombre ?? '' }} {{ $verificacion?->empleado?->nombre ?? '' }} {{ $verificacion->ultima_autorizacion }} {{ implode(', ', $verificacion->representantes->pluck('nombre')->toArray()) }} {{ $verificacion->estado_global }}
@if ($verificacion->allFieldsFilled) PDF @else PDF @endif
@endsection @section('scripts') @include('partials.scripts') @endsection