@if(session()->has('message'))
{{ session()->get('message') }}
@elseif(session()->has('error'))
{{ session()->get('error') }}
@endif
@csrf
Canvas Art Gallery | Sign Up
{{--
Sign Up
--}}
Already have an account?
Sign in here
{{--
Sign in with Google
--}}
{{--
OR
--}}
First Name
Last Name
Email
Password
Use 8 or more characters with a mix of letters, numbers & symbols.
{{--
Confirm Password
--}} {{--
I Agree
Terms and conditions
.
--}} {{-- start subscription --}} @foreach($plan as $p)
{{$p->name}}
{{$p->description}}
$
{{$p->price}}
/
Mon
@endforeach {{-- end subscription --}} {{-- stripe card start --}}
Billing Details
Name on Card
Card Number
Expiration Date
1
2
3
4
5
6
7
8
9
10
11
12
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
CVV
{{-- stripe card end --}}
Submit
Please wait...