@can('mercado manage')
{{ Form::open(['route' => ['mercado.company_setting.store'], 'enctype' => 'multipart/form-data', 'id' => 'payment-form']) }}
{{ __('Mercado Pago') }}
@if(\Auth::user()->type == "super admin") {{ __('These details will be used to collect subscription plan payments.Each subscription plan will have a payment button based on the below configuration.') }} @else {{ __('These details will be used to collect invoice payments. Each invoice will have a payment button based on the below configuration.') }} @endif

@if($errors->has('company_mercado_secret_key')) {{ $errors->first('mercado_access_token') }} @endif
{{ Form::close() }}
@push('scripts') @endpush @endcan