@extends('front::auth.layouts.master', ['title' => trans('front::messages.auth.register-on-the-site')]) @push('styles') @endpush @section('content') {{ trans('front::messages.auth.register-on-the-site') }} @csrf {{ trans('front::messages.auth.name') }} {{ trans('front::messages.auth.lname') }} {{ trans('front::messages.auth.phone-number') }} تاریخ تولد (اختیاری) {{ trans('front::messages.auth.password') }} {{ trans('front::messages.auth.repeat-the-password') }} @if (option('user_refrral_enable', 0) == 1) کد معرف @endif {{ trans('front::messages.auth.register-on-the-site') }} @endsection @push('scripts') @endpush