@extends('layouts.public') @section('title') {{trans('seo.title.contact')}} @endsection @section('description') @endsection @section('content')

Kontakt

Adresa

Ulica uvala Vira 5, 21450 Hvar

Email

info@zuvela.hr

OIB

67047530380

IBAN

HR2924020061100760744

//

Pošaljite upit

{!! Form::open(['route' => 'public.mail', 'class' => 'contact-form']) !!}
{!! Form::text('name', null, ['placeholder' => 'Vaše ime *', 'class' => 'form-control', 'required']) !!}
{!! Form::email('email', null, ['placeholder' => 'E-mail *', 'class' => 'form-control', 'required']) !!}
{!! Form::text('phone', null, ['placeholder' => 'Telefon *', 'class' => 'form-control', 'required']) !!}
{!! Form::textarea('message', null, ['placeholder' => 'Poruka *', 'class' => 'form-control form-textarea', 'required']) !!}

{!! Captcha::display() !!} @if($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
{!! Form::close() !!}
@endsection @section('styles') @endsection @section('scripts') {!! Captcha::script() !!} @endsection