@extends('layouts.app') @section('content')

{{__("Database import")}}

@csrf
{{__("Change")}} {{__("Choose file")}} {{__("Remove")}}
@if(isset($errorMessages))

{{__("Import failed")}}!

@foreach($errorMessages as $error)

{{$error}}

@endforeach
@endif

{{__("Application is looking for Callisto ID and it updates only fields that are filled with data")}}

{{__("Correct order in Excel table")}}

/ ID / county / city / settlement / street / house_number / aan / pan / household / households / state / eta / state_services / notice / xx / yy

@endsection