@extends('hr_main') @section('title', '| ' . $data['pageTitle']) @section('content')
{!! $data['pageTitle'] !!}
@for ($i = 1; $i <= $data['noOfBosses']; $i++) @endfor @php $sl = 1; @endphp @foreach ($data['criteria'] as $criteria) @if ($criteria->team_id != '0') @else @endif @php $marks = json_decode($criteria->marks, true); // decode to array @endphp @for ($i = 1; $i <= $data['noOfBosses']; $i++) @endfor @endforeach
SL# Name Type Team Name Allocate Marks Remarks Action
Supervisor {{ $i }}
{{ $sl++ }} {{ $criteria->name }} {{ $criteria->type == 1 ? 'All' : 'Specific' }}{{ $criteria->team_name }}{{ '-' }}{{ $marks['supervisor_' . $i] ?? '0' }}% {{ $criteria->remarks }}
@endsection @section('footerAssets') @endsection