@extends('layouts.app') @section('title', $pay_type) @php $api_key = env('GOOGLE_MAP_API_KEY'); @endphp @if (!empty($api_key)) @section('css') @include('contact.partials.google_map_styles') @endsection @endif @section('content')

{{$pay_type}}

@component('components.widget', [ 'class' => 'box-primary', 'title' => '', ])
@lang('messages.add')

@if($accounts_enabled) @endif
@lang('lang.'.$type) @lang('messages.date') @lang('purchase.amount') @lang('purchase.payment_method') @lang('purchase.payment_note')@lang('lang_v1.payment_account')@lang('messages.actions')
@endcomponent
@stop @section('javascript') @endsection