@extends('exports.layout.layout') @section('content') {{-- --}} @foreach ($data as $row) {{-- --}} @endforeach
N° empleado Docente Clase Plan Fecha Día Tipo de tabulador Tabulador Se pago Pago pendiente Horario Horas pagadas Entrada Salida MotivoJustificado Descriptición
{{ $row->no_employee }} {{ $row->teacher }} {{ $row->class }} {{ $row->degree }} {{ $row->date }} {{ __('messages.' . $row->day) }} {{ $row->tabulator_level }} {{ $row->tabulator }} {{ $row->cost ?? '0' }} {{ $row->to_pay ?? '0' }} {{ $row->schedule_text }} {{ $row->hours_worked_compare }} {{ $row->in }} {{ $row->out }} {{ $row->motive_discount }} {{ !!$row->justify ? 'Si' : 'No' }} @if (!!$row->justify) {{ $row->justify->category_justify }} - {{ $row->justify->justifique }} - {{ $row->justify->hours }} hr - {{ $row->justify->hours }} - ${{ $row->justify->total }} @endif
{{-- @dd($data) --}} @endsection