@extends('master') @section('title', $schedule->title) @section('content') @php \Carbon\Carbon::setLocale('sv'); @endphp
Allmänna kommentarer
@foreach($comments as $comment) @if($comment->user_id == 0) Okänd @else {{$comment->user->name}} @endif{{$comment->comment}}
@endforeach