@extends('front.layout') @section('custom-style') @endsection @section('content') {{-- User Registration Make your account --}} {{ csrf_field() }} Register Here... sign up with google sign up with facebook First Name* Surname* Phone Number* Email Password* {!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} Register @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