@extends('layouts.master') @section('content')

welcome to Registration Page

We are excited to have you join our community.


@if (Session::has('success'))
{{ Session::get('success') }}
@endif
@csrf
{{-- --}} {{-- --}}

@endsection