@extends('admin.layouts.master') @push('css') @endpush @section('page-title') @include('admin.components.page-title',['title' => __($page_title)]) @endsection @section('breadcrumb') @include('admin.components.breadcrumb',['breadcrumbs' => [ [ 'name' => __("Dashboard"), 'url' => setRoute("admin.dashboard"), ] ], 'active' => __("PayLink Api")]) @endsection @section('content')
{{ __("PayLink Api") }}

{{ __("Wallet System") }}

{{ __("enable Or Disable This Features") }}
wallet_status == 1 ?'checked' :'' }} >

{{ __("Payment Gateway") }}

{{ __("enable Or Disable This Features") }}
payment_gateway_status == 1 ?'checked' :'' }}>

{{ __("Master / Visa Card") }} ({{ __("Stripe") }})

{{ __("enable Or Disable This Features") }}
card_status == 1 ?'checked' :'' }}>
@csrf
@endsection @push('script') @endpush