@extends('../../master_layout/website_master') @section('title') {{env('APP_NAME')}} :: Register User @endsection @section('heading')
Back

Register as User

@endsection @section('content') @if (session('errors'))
@foreach($errors->all() as $message)
  • {{$message}}
  • @endforeach
    @endif
    @if (session('message'))
    @endif

    Register now, it's free!

    or
    @csrf
    "Unlock your fantasies with our stunning escorts."
    @endsection @section('custom_js') @endsection