@if($errors->has('image')) {{ $errors->first('image') }} @endif
Odaberite tlocrt kata {!! Form::file('image', ['id' => 'fileUpload']) !!}
@foreach($locales as $locale)
{!! Form::label($locale.'[title]', 'Naslov *', ['class' => 'control-label']) !!} {!! Form::text($locale.'[title]', $floor->translateOrNew($locale)->title, ['class' => 'form-control']) !!} @if($errors->has($locale.'.title')) {{ $errors->first($locale.'.title') }} @endif
@endforeach
{!! Form::submit('Spremi', ['class' => 'btn btn-primary']) !!} {!! link_to_route('admin.object.edit', 'Natrag', $object, ['class' => 'btn btn-default']) !!}
@section('styles') @endsection