@extends('theme::layouts.app') @section('content') @php $total_am= str_replace(',','',$data->amount); @endphp

{{ __('Select Payment Method') }}

@if(!empty(env('STRIPE_KEY')))
@endif @if(!empty(env('PAYPAL_CLIENT_ID')))
@endif
{{-- modal --}} @endsection @push('js') @endpush