Informatii generale

@method('PUT') @csrf
@csrf
{{-- --}}
{{-- --}}
@php $count = 0; @endphp @foreach($info_general as $info) @endforeach
Nr Data Schimb Nume Operator Total scanari Total fise Timp lucrat Total min. intre fise Timp lucrat total Peste 20 min
{{ ++$count }} {{ date('d-m-Y', strtotime($info->data)) }} {{ $info->schimb }} {{ $info->nume_operator }} {{ $info->scanari_zi }} {{ $info->total_fise }} {{ $info->total_min_scanate_in }} {{ $info->total_min_intre_fise }} {{ $info->timp_lucrat }} {{ $info->intarziere_general }}
@section('scripts') @endsection