login/register-added

This commit is contained in:
2024-02-21 00:03:14 +02:00
parent 3bec65f73d
commit 532f4a6b74
14 changed files with 671 additions and 13 deletions

View File

@@ -0,0 +1,8 @@
@extends('layout')
@section('content')
@include("partials.registerp");
@endsection