@extends('layouts.principal') @section('contenido')
@php $fecha_actual = date("d-m-Y"); // Primero sumas un día $sumado = date("d-m-Y",strtotime($fecha_actual."+ 5 days")); $fechaFinal = date("Y-m-d", strtotime($sumado)); $fechaInicio = date("Y-m-d"); @endphp
Tablero de Exámenes
DETALLE FECHA INICIO FECHA FIN AREA PUESTO ACCIONES
@endsection