@extends('layouts.app') @section('content')
@lang('auth.register')

@lang('auth.register_welcome')

@csrf
@if ($errors->has('password')) @endif
@if ($errors->has('password_confirmation')) @endif
@endsection