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

{{__("Import equipment prices")}}

@csrf
{{__("Change")}} {{__("Choose file")}} {{__("Remove")}}

*{{__("if empty, prices will be imported with today's date")}}.

@if(isset($errorMessages))

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

@foreach($errorMessages as $error)

{{$error}}

@endforeach
@endif

{{__("Code must have unique value. Spreadsheet cells have to be formatted as text")}}.

{{__("Equipment name must be the same in spreadsheet as it is in Callisto if it has no code")}}.

{{__("Price must be a real number. Decimals have to be separated by point if Spreadsheet cell is formatted like number")}}.

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

{{__("Code")}} / {{__("Equipment")}} / {{__("Price")}}

@endsection