@extends('layouts.app') @section('title', 'Registracija - Checkpoint') @section('content')

Kreirajte nalog

@if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf
Već imate nalog? Prijavite se
@endsection