@extends('backend.layout.masterlayout') @section('content') @include('backend.partial.sidebar') @include('backend.partial.topbar')
status == 1) onclick="return confirm('Are you sure you want to disable phonepe gateway?')"; @else onclick="return confirm('Are you sure you want to enable phonepe gateway?')"; @endif onChange="update_gateway_status(this)" value="{{ $phonepegateway_credentials->id }}" data-bs-toggle="tooltip" data-bs-placement="top" title="@if ($phonepegateway_credentials->status == 1) De-Activate Now @else Activate Now @endif" >

@csrf
@include('backend.partial.dashboard_footer') @endsection @section('script') @endsection