@extends('layout') @section('title') User Register @endsection @section('user-content')

Register

@php $search_url = request()->fullUrl(); @endphp @endsection