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