@extends($theme.'frontend.layouts.master') @section('title', __('Authorize.Net')) @section('content') @php $months = array(1 => 'Jan', 2 => 'Feb', 3 => 'Mar', 4 => 'Apr', 5 => 'May', 6 => 'Jun', 7 => 'Jul', 8 => 'Aug', 9 => 'Sep', 10 => 'Oct', 11 => 'Nov', 12 => 'Dec'); @endphp

{{__('Authorize.Net Payment')}}

@csrf
@endsection