@extends('auth.layouts.master') @push('head-stylesheets') @endpush @section('title') @lang('Payment') @endsection @section('header') @include('landing-page.partials.header') @endsection @section('content')
Viewpoint for menu pin class add
{{ csrf_field() }}

Payment

Card number
Expiry
CVV
ZIP

@if(session()->has('success_payment')) Your account has been successfully created. Please check your email to complete the registration. @endif

#

{{--
--}} @endsection @section('footer') @include('landing-page.partials.footer') @endsection @push('scripts') @endpush