University Subject relation
Create
@include('inc.messages')
| ID | Subject name | Subject | @if(count($unisubjects)>0) @foreach ($unisubjects as $unisubject) | ||
|---|---|---|---|---|---|
| {{$unisubject->id}} | {{$unisubject->university->uni_name}} | {{$unisubject->subject->subject_name}} |  | ||
| {{$unisubjects->links()}} | |||||
| No data found | |||||