@extends('layouts.app') @section('title', translate('UserChecks.register_title')) @section('content')

{{ translate('UserChecks.register_header') }}

@if ($errors->any())
@endif
@csrf
@endsection