@extends('user.layouts.index', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
@csrf
{{-- Name --}}
{{-- Email --}}
{{-- Mobile Number --}}
{{-- WhatsApp Number --}}
{{-- Billing Address --}}
{{-- Billing City --}}
{{-- Billing State --}}
{{-- Billing Zip Code --}}
{{-- Billing Country --}}
{{-- Tax Number --}}
{{-- Type --}}
@include('user.includes.footer')
{{-- Custom JS --}} @section('scripts') @endsection @endsection