@extends('admin.layouts.master') @section('title', 'Inspection Performance') @section('content')

Performance Components


@include('admin.layouts.delete-msg') @forelse ($performances as $key => $performance) @empty @endforelse
# Performance Name Performance Status Actions
{{ $key+1 }} {{ $performance->name }} @if ($performance->status == 'active') Active @else Blocked @endif Edit
No Data Found
@endsection