@extends('layouts.admin') @section('content')

University Subject relation

Create


@include('inc.messages')

@if(count($unisubjects)>0) @foreach ($unisubjects as $unisubject) @endforeach @else @endif
ID Subject name Subject
{{$unisubject->id}} {{$unisubject->university->uni_name}} {{$unisubject->subject->subject_name}}
@csrf {{method_field('DELETE')}}
{{$unisubjects->links()}}
No data found
@endsection