@extends('layouts.user.focused') @section('content')
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}
{{tr('already_have_account')}} {{tr('login')}}
{{tr('signup_agree')}} {{tr('terms')}} {{tr('and')}} {{tr('privacy')}}