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

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

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

@csrf
@endsection