@extends('layouts.tabler') @section('content')
@csrf

Credentials & Permissions

@if($existing) Leave empty to keep existing key (if manual entry allowed, otherwise required) @endif
Permissions
@php $perms = [ 'fetch_products' => 'Fetch Products from Platform', 'auto_import_orders' => 'Auto Import Orders', 'sync_stock' => 'Sync Stock from OMS to Platform', 'update_product' => 'Update Products Details', 'push_fulfillment' => 'Push Fulfillment Status' ]; @endphp @foreach($perms as $key => $label)
@endforeach
@endsection