@extends('front.layout.app') @section('content') {{--

My Account

--}}
@csrf

Register Now

@error('password') {{ $message }} @enderror
@endsection