@extends('layouts.Home') @section('styles') @stop @section('scripts') @stop @section('panel-heading') User Registration @stop @section('content')
User Registration @include("pages.user.registration-profile-partial", ['registration' => true])
@stop