Fisa de activitate

@csrf
{{-- --}}

Schimb

Angajati

{{ Auth::user()->name }}

Activitate pe intervale orare

@php $count = 1; @endphp @foreach($schimb_1 as $schimb)

   {{ substr($schimb->de_la, 0, 5) }} - {{ substr($schimb->pana_la, 0, 5) }}   

@if(empty($schimb->ora_ocupata))
@else
Interventie
@endif
@php $count++; @endphp @endforeach @php $count = 1; @endphp @foreach($schimb_2 as $schimb) @php $count++; @endphp @endforeach
@section('scripts') @endsection