@extends('panel.layout.settings', ['disable_tblr' => true]) @section('title', __('Integration Edit')) @section('titlebar_actions', '') @section('settings')
@csrf @method('put') @foreach ($credentials as $field) @endforeach {{ __('Save') }} @endsection