@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'UPS Tracking Credential','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('partials.success') @include('partials.error-message') @if($credentials) @endif
# URL Username Password Access Key
1 {{$credentials->url}} {{$credentials->user_name}} ***** ***** @can('API Credentials Edit') @endcan
@csrf
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.integrations'),'helpTitle'=>config('help-links.help_titles.integrations')]) @endsection @section('after_scripts') @include('settings.partials.responsive-fixedheader') @endsection