@extends('layouts.master') @section('content') {{-- message --}} {!! Toastr::message() !!}
@foreach ($performance_indicators as $key=>$performance) @endforeach
# Designation Department Added By Create At Status Action
{{ ++$key }} {{ $performance->designation }} {{ $performance->department }}

{{ $performance->name }}

{{date('d F, Y',strtotime($performance->created_at)) }}
{{-- update js --}} {{-- delete model --}} @endsection