@extends('layouts.adminpanel') @section('title') Admin Panel - Subjects @endsection @section('admin_content')
ID | Name | Type | User id | Room id | Creation date | |
---|---|---|---|---|---|---|
{{ $subject->id }} | {{ $subject->name }} | {{ $subject->type }} | {{ $subject->user_id}} | {{ $subject->room_id}} | {{ $subject->created_at }} | Delete |
No subjects yet.
@endif