@php $customizerHidden = 'customizer-hide'; @endphp @extends('layouts.blankLayout') @section('title', 'Email') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
@if (session('status'))
{{ session('status') }}
@endif
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif

 Back to login

{{--

Register a new membership

--}}
@endsection