@extends('admin.layouts.master') @section('title', __('mobile_api_settings')) @section('content')
| # | {{ __('title') }} | {{ __('key') }} | {{ __('option') }} |
|---|---|---|---|
| {{ ++$key }} | {{ $api_key->title }} |
@if (!isDemoMode())
@endif
|
|