@extends('front.layout') @section('custom-style') @endsection @section('content') {{-- User Registration Make your account --}} @if(get_live_stream_setting('auth_page_display')) @php $authfeaturedpage = url('setting-images').'/'.get_live_stream_setting('auth_page_display')->value; @endphp @else @php $authfeaturedpage = ""; @endphp @endif {{ csrf_field() }} @honeypot Register Here... First Name* Surname* Phone Number* Email Password* {!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} Register Sign up with Google Sign up with Facebook @if(\Session::has('error')) {!! \Session::get('error') !!} @endif @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Already have an account? Login here @endsection @section('custom-script') @endsection @php Session::put('variableName', "10"); @endphp