@extends('layouts.master') @section('css') @toastr_css @section('title') {{ trans('Subjects_trans.title_page') }} @stop @endsection @section('page-header')
| # | {{ trans('Subjects_trans.Name_Subject') }} | {{ trans('Subjects_trans.Name_Dept') }} | {{ trans('Subjects_trans.Semester_Name') }} | {{ trans('Subjects_trans.Processes') }} |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $subject->name }} | {{ $subject->dept->name }} | {{ $subject->semester->name }} |