@extends('layouts.adminpanel') @section('title') Admin Panel - Subjects @endsection @section('admin_content')
ID | Name | Type | Day of the week | Time | User id | User name | Room id | Room name | ||
---|---|---|---|---|---|---|---|---|---|---|
{{ $subject->id }} | {{ $subject->name }} | {{ $subject->type }} | {{ $subject->weekday }} | {{ $subject->time }} | {{ $subject->user_id}} | {{ App\User::find($subject->user_id)->name }} {{ App\User::find($subject->user_id)->surname }} | {{ $subject->room_id}} | {{ App\Room::find($subject->room_id)->name }} | Delete | Edit |
No subjects yet.
@endif