{!! ($errors->has('name') ? $errors->first('name', '

:message

') : '') !!}
{!! ($errors->has('erp_id') ? $errors->first('erp_id', '

:message

') : '') !!}
{!! ($errors->has('oib') ? $errors->first('oib', '

:message

') : '') !!}
{!! ($errors->has('address') ? $errors->first('address', '

:message

') : '') !!}
{!! ($errors->has('zipcode') ? $errors->first('zipcode', '

:message

') : '') !!}
{!! ($errors->has('city') ? $errors->first('city', '

:message

') : '') !!}
{!! ($errors->has('flat_rate') ? $errors->first('flat_rate', '

:message

') : '') !!}
{!! ($errors->has('comment') ? $errors->first('comment', '

:message

') : '') !!}
@foreach ($columns as $key => $column) @endforeach
@if ($files && count($files) > 0) @foreach ($files as $key => $file)

{{ $file }}

@endforeach @endif
Korisnici
@if ($customer->hasContacts->count() > 0) @foreach ($customer->hasContacts as $contact)
@include('Centaur::customers.contact_edit', ['contact' => $contact])
@endforeach @else
@include('Centaur::customers.contact')
@endif
@lang('basic.add')
@csrf @method('PUT')