@extends('admin.master') @section('content') @section('title','Performance Category List')
@yield('title')
@if(session()->has('success'))
 {{ session()->get('success') }}
@endif @if(session()->has('error'))
 {{ session()->get('error') }}
@endif
{!! $sl=null !!} @foreach($results AS $value) @endforeach
S/L Performance Category Name Action
{!! ++$sl !!} {!! $value->performance_category_name !!}
@endsection