@extends('home') @section('title') Mój Panel - Przedmioty @endsection @section('user_content')
Nazwa | Dzień tygodnia | Godzina | Prowadzący | Sala | ||
---|---|---|---|---|---|---|
{{ $subject->name }} | {{ $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 }} | Edytuj |
Brak przedmiotów.