@extends('core::layouts.auth') @section("title") {{trans_choice("user::general.register",1)}} @endsection @section('content')

{{trans_choice("user::general.register_msg",1)}}

{{csrf_field()}}
@error('first_name') {{ $message }} @enderror
@error('last_name') {{ $message }} @enderror
@error('gender') {{ $message }} @enderror
@error('phone') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror
{{trans_choice("user::general.back_to_login",1)}}
@endsection @section('scripts') @endsection