@extends('layouts.main') @section('content')
@if ($isPaymentSetup == false)

{{ __('No payment method is configured.') }}

{{ __('To configure the payment methods, head to the settings-page and add the required options for your prefered payment method.') }}

@endif
{{ __('Store') }}
{{ __('Create new') }}
{{ __('Active') }} {{ __('Type') }} {{ __('Price') }} {{ __('Display') }} {{ __('Description') }} {{ __('Created at') }}
@endsection