@extends('layouts/marketing_layout') @section('title', '| View Key Performance Indicator (KPI)') @section('content') @include('successMsg')

Key Performance Indicator (KPI) List

{{ csrf_field() }} @foreach($marketingKpi as $MarketingKpi) @endforeach
SL# Designation Effective Date Action
{{++$no}} {{$MarketingKpi['designation']['name']}}
Warning: Undefined variable $MarketingKpi in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/marketing/kpi/view.blade.php on line 37

Warning: Attempt to read property "effectiveDate" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/marketing/kpi/view.blade.php on line 37

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/marketing/kpi/view.blade.php on line 37
01-01-1970
   
@include('dataTableScript') @endsection