@extends('layouts.cliente_layout') @section('title', 'Requerimientos') @section('content')
@foreach($verificaciones as $verificacion) @endforeach
Proyecto Asignado por Ultima Autorizacion Estado Descargar Acta
{{ $verificacion?->proyecto?->nombre ?? ''}} {{ $verificacion?->empleado?->nombre ?? ''}} {{ $verificacion?->ultima_autorizacion ?? '' }} {{ $verificacion->estado_global }}
@endsection @section('scripts') @include('partials.scripts') @endsection