{{__('Vehicle with plate')}} {{$rent->reg_br}}
{{__('rented by')}} {{$rent->name.' '.$rent->surname}}
.
{{__('Vehicle')}} {{$rent->marka}} {{__('returned by')}} {{$rent->name.' '.$rent->surname}} {{__('at')}} @if($rent->return_date){{date('d.m.Y H:i:s', strtotime($rent->return_date))}}@endif
@else{{__('Vehicle not returned')}}
@endif{{__('comment')}} {{$br+1}}
@endforeach{{$comment->comment}}
{{$comment->ime.' '.$comment->prezime}} {{date('d.m.Y. H:i:s', strtotime($comment->created_at))}}