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