@extends('layouts.client') @section('title', 'Add Card') @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')
Payments
Payments
Add Card
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
Add M&P Cash
@endsection @push('vendor-scripts') @endpush @push('page-scripts') @endpush