@extends('layouts.client') @section('title', 'Add Card') @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')

Payments

Add Credit or Debit Card

How would you like to pay?

This method will be used for service payments

{{--
Add card
@include('client.payments.__card-form')
--}}
@include('client.payments.__card-form')

M&P Pay

payment-img81.png
@endsection @push('vendor-scripts') @endpush @push('page-scripts') @endpush