@php $linia = 1; if(isset($_GET['id_linie'])) { if($_GET['id_linie'] == 43) { $linia = 2; } if ($_GET['id_linie'] == 6) { $linia = 3; } if ($_GET['id_linie'] == 5) { $linia = 4; } } @endphp
Schimb {{ $_GET['id_schimb'] ?? '' }}
Raport eficienta
Linia {{ $linia }}
Model
Target
Realizat
@php $count = 1; @endphp @foreach($modele as $model) @php /* @var $height */ /* @var $size */ /* @var $font_size */ // $font_size_value = array_key_exists($size, $font_size) ? $font_size[$size] : 'text-4xl'; @endphp
{{ $model->denumire_reteta_1 }}
{{ $model->teoretic * 100 }} %
{{ $model->realizat * 100 }} %
@php $count++; @endphp @endforeach
@section('scripts') @endsection