@extends('layouts.settings') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Edit HiBob Credential', 'parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('partials.success') @include('partials.error-message') @include('settings.partials.delete-message')
{{csrf_field()}} @method('PUT')
@include('partials.error')
To keep the old User Token, leave this empty
@stop @section('after_scripts') @include('assets.partials.scripts.common') @stop