@extends('layouts.informe.reportes') @section('title', 'subesp-supersoci') @section('content') @php $stylecab = "text-align:center; font-weight: bold;font-size: 14px; vertical-align: middle; color:#f7fafc;"; $stylebgp = "background-color: #80bf60;"; $stylebgc = "background-color: #f3bb6b;"; $stylebge = "background-color: #75a7d2;"; @endphp @foreach ($columns as $index => $column) @php $bgcolor = ''; if($index < 32){ $bgcolor = $stylebgp; }else if($index < 49){ $bgcolor = $stylebgc; }else{ $bgcolor = $stylebge; } @endphp @endforeach @foreach ($data as $key => $row) @foreach ($row as $column) @endforeach @endforeach
REPORTES FUNCIONARIOS EMPRESA
Fecha impresion: @php echo date('Y-m-d H:i:s'); @endphp
 
{{ $column }}
{{ $column }}
@endsection