@extends('admin.layouts.master-soyuz') @section('title', __('Payku Settings | ')) @section('body') @component('admin.component.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Payku Settings') }} @endslot @slot('menu1') {{ __('Payments') }} @endslot @endcomponent
{{ __('Payku') }}
@csrf
payku_enable) checked @endif>

{{ __('Webhook URL') }}: {{ url('/payment/payku/webhook') }}

@endsection