@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'FedEx Tracking Credential','parentTitle' => 'Settings','parentUrl'=>'/settings'])
@include('partials.success') @include('partials.error-message') @if($credentials) @else @endif
# URL Password Access Key Meter Number Account Number
1 {{ $credentials->url }} ***** ***** {{ $credentials->account_no }} {{ $credentials->meter_no }} @can('API Credentials Edit') @endcan
No Api Credentials in the system.
@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