@extends(get_view('index')) @section('title') {{ __('Ödeme Seçenekleri') }} - @endsection @section('menu-active-payment-options') active @endsection @section('header') @endsection @section('content')
@include(get_view('components.pages.sidebar'))

{{ __('Ödeme Seçenekleri') }}

{!! translate('single_pages_payment-options') !!}
@endsection @section('footer') @endsection