@extends('merchant.layouts.master') @push('css') @endpush @section('breadcrumb') @include('merchant.components.breadcrumb',['breadcrumbs' => [ [ 'name' => __("Dashboard"), 'url' => setRoute("merchant.dashboard"), ] ], 'active' => __($page_title)]) @endsection @section('content')
{{ __("developer API") }}
@if (auth()->user()->developerApi)
! @if (auth()->user()->developerApi->mode == payment_gateway_const()::ENV_PRODUCTION)
{{ __("Production") }}
({{ __("Activated") }}) @else
{{ __("Sandbox") }}
({{ __("Activated") }}) @endif
@if (auth()->user()->developerApi->mode == payment_gateway_const()::ENV_SANDBOX) @else @endif
@endif
@endsection @push('script') @endpush