@extends('layouts.master') @section('page-title',$page_info['page_title']) @section('main-section')

{{$page_info['page_name']}}

@foreach($sanction_target as $key => $arr) @endforeach
# Employee Name Target Added On Action
{{++$key}} {{getUserNameById('users','userID',$arr->userID,'displayName')}} {{$arr->target}} {{dft($arr->addedOn)}} @if(isSuperAdmin()) @endif
{{-- Modal for add modules --}} {{-- Modal for add modules ends --}} @endsection @section('custom-js') @endsection