@extends('layouts.app') @section('content')
{{$worker->name.' '.$worker->surname}}
{{__('comment')}} {{$br+1}}
{{$comment->comment}} {{$comment->ime.' '.$comment->prezime}} {{date('d.m.Y. H:i:s', strtotime($comment->created_at))}} @if($isSuperAdmin) @endif
{{$comment->comment}}
{{__('Are you sure you want to delete ')}} {{__('comment')}}?
{{__('Are you sure you want to delete image?')}}