@extends('layouts.master-without-nav') @section('title') @lang('translation.Register') 2 @endsection @section('css') @endsection @section('body') @endsection @section('content')

5k+ Satisfied clients

Register account

Get your free Skote account now.

@csrf
@error('email') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror
@error('dob') {{ $message }} @enderror
@error('avatar') {{ $message }} @enderror
Sign up using

By registering you agree to the Skote Terms of Use

Already have an account ? Login

© Skote. Crafted with by Themesbrand

@endsection @section('script') @endsection