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

404

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

@else
{{ csrf_field() }}

{{$fobos->seller_name.' '.$fobos->seller_surname}} - izmena

@if($errors->has('name_phone')) @endif
@if($errors->has('surname_phone')) @endif
withdrawal_date) value="{{date('d.m.Y.', strtotime($fobos->withdrawal_date))}}"@endif/>
contract_expire_date)value="{{date('d.m.Y.', strtotime($fobos->contract_expire_date))}}"@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