@extends('layouts.login') @section('title', __('lang.title') ) @section('content')

@lang('lang.reg_title')

@endsection {{-- @section('content')

@lang('lang.reg_title')

@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror
@endsection --}} @section('js') @endsection