@extends('admin.layouts.master') @section('title', 'Inspection Performance') @section('content')
| # | Performance Name | Performance Status | Actions |
|---|---|---|---|
| {{ $key+1 }} | {{ $performance->name }} | @if ($performance->status == 'active') Active @else Blocked @endif | Edit |
| No Data Found | |||