@extends('layouts.app') @section('content')
{{ csrf_field() }}

{{__('Add new client')}} @if($tipKlijenta == 1){{'(OPTIKA)'}}@endif @if($tipKlijenta == 2){{'(SUPERNOVA)'}}@endif

@if($errors->has('ime')) @endif
@if($errors->has('prezime')) @endif
@if($errors->has('jmbg')) @endif
@if($errors->has('tel2')) @endif
@if($errors->has('datum_izdavanja_lk')) @endif
@if($errors->has('mesto_izdavanja_lk')) @endif
@if($errors->has('adresa_prebivalista')) @endif
@if($errors->has('adresa_instalacije')) @endif
@endsection