{{$joining_part->title??''}}
{{$joining_part->description??''}}
@if(Settings('instructor_reg') ==1)
@if(!empty($joining_part->btn_name)) {{$joining_part->btn_name}} @else {{__('frontendmanage.Become Instructor')}} @endif
@endif @if(Settings('instructor_reg') ==1)
{{__('frontendmanage.Become Instructor')}}
@csrf
{{$errors->first('name')}}
{{$errors->first('email')}}
{{$errors->first('phone')}}
{{$errors->first('password')}}
{{$errors->first('password_confirmation')}}
{{__('frontend.By signing up, you agree to')}}
{{__('frontend.Terms of Service and Privacy Policy')}}.
@auth
* {{__("Already login. You can't register right now")}} .
@endauth @guest
{{__('common.Register')}}
@endguest
@endif