@extends('front.layouts.app', ['title' => 'Register']) @section('content') Welcome {{env('APP_NAME')}} 1 2 3 @csrf Account information First name* Last name* Email Id* Contact No* Date of birth* billing Information Street name* Contact No* ZIP/Postal Code* Please select zipcode @foreach($zipcodes as $zipcode) {{$zipcode->code}} @endforeach City* {{-- --}} Select city State / Province* {{-- --}} Select state Country* {{-- --}} Select Country Ship to this address Security Password* confirom Password* Already Have an account? Sign In @endsection @section('custom-js') @endsection
Already Have an account? Sign In