@extends('layouts.master') @section('title', 'Training Subjects') @section('content')
Manage Training Subjects
| Code | Subject Name | Description | Status | Action |
|---|---|---|---|---|
| {{ $subject->subject_code }} | {{ $subject->subject_name }} | {{ $subject->description }} | @if($subject->status) Active @else Inactive @endif | Edit | |
| No Training Subjects Found | ||||