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

{{__('Add new')}} - {{__("Customer")}}

@if($errors->has('customer')) @endif
@if($errors->has('post')) @endif
@if($errors->has('oib')) @endif
@endsection