@extends('layouts.app') @section('content') @if(!in_array($fobos->seller_id, $sellersIds) && !$isAdmin)

404

{{__("Page does not exist")}}.

@else
{{ csrf_field() }}

{{__("Edit")}}

@if($errors->has('name')) @endif
@if($errors->has('surname')) @endif
@if(!$comments->isEmpty())

{{__("Notes")}}

@foreach($comments as $br=>$com) {{__("Note")}} {{$br+1}}

{{$com->comment}}

{{$com->ime.' '.$com->prezime}} {{date('d.m.Y. H:i:s', strtotime($com->created_at))}} @if($isSuperAdmin) @endif
@endforeach
@endif @endif @endsection