Secure Cash Management & Financial Solutions - Brink's Global Services
Keep your shipments in safe hands.
As the market leader for secure worldwide logistics, we offer insight and expertise for transporting your valuables around the globe.
Trust your most valuable assets to a team of industry experts.
With over 160 years of experience, we add value to every point of the secure logistics supply chain, providing excellent service from origin to destination.
Keep your shipments in safe hands.
As the market leader for secure worldwide logistics, we offer insight and expertise for transporting your valuables around the globe.
Trust your most valuable assets to a team of industry experts.
With over 160 years of experience, we add value to every point of the secure logistics supply chain, providing excellent service from origin to destination.
Keep your shipments in safe hands.
As the market leader for secure worldwide logistics, we offer insight and expertise for transporting your valuables around the globe.
Trust your most valuable assets to a team of industry experts.
With over 160 years of experience, we add value to every point of the secure logistics supply chain, providing excellent service from origin to destination.
Keep your shipments in safe hands.
As the market leader for secure worldwide logistics, we offer insight and expertise for transporting your valuables around the globe.
Who We Are
Brink's is synonymous with integrity, security, and unbeatable service. Utilizing our integrated network of worldwide affiliates, Brink's Global Services offers secure transport and associated security services in more than 100 countries. With our unsurpassed global footprint, we provide our customers with the highest levels of security service, and accountability in transporting valuable goods around the world.
16.3
Thousand Vehicles
Brink's Global Services
100
Operations in 100 Countries
Brink's Global Services
1.3
Thousand Facilities
52
Operating Countries
Brink's Global Services
74.5
Thousand Employess
Brink's Global Services
More from our insights library:
The following has evaluated to null or missing:
==> title [in template "20101#20128#INSIGHT_ABSTRACT" at line 38, column 64]
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${title.getData()} [in template "20101#20128#INSIGHT_ABSTRACT" at line 38, column 62]
----
1<div class="card insight-card">
2 <#assign background = "">
3 <#assign imageAltText = "">
4 <#if smallImage?? && smallImage.getData()?? && smallImage.getData()?has_content>
5 <#assign background = "background:url(" + smallImage.getData() + ") no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;" />
6 <#assign imageAltText = smallImage.getAttribute('alt')>
7 </#if>
8 <div class="card-image card-image-background" style="${background}" aria-label="${imageAltText}">
9 <div class="blue-overlay"></div>
10
11 <div class="card-image-content">
12 <#if title?? && title.getData()?? && title.getData() != "">
13 <h3>${title.getData()}</h3>
14 <#elseif eventName?? && eventName.getData()?? && eventName.getData() != "">
15 <h3 class="text-center">
16 ${eventName.getData()}
17 <#assign filterable_startDate_Data = getterUtil.getString(filterable_startDate.getData())>
18
19 <#if validator.isNotNull(filterable_startDate_Data)>
20 <#assign filterable_startDate_DateObj = dateUtil.parseDate("yyyy-MM-dd", filterable_startDate_Data, locale)>
21 </#if>
22
23 <#if validator.isNotNull(filterable_startDate_DateObj)>
24 <br>${dateUtil.getDate(filterable_startDate_DateObj, "MMM dd", locale)}
25 </#if>
26 </h3>
27 </#if>
28 </div>
29 </div>
30 <#if shortDescription?? && shortDescription.getData()?? && shortDescription.getData() != "">
31 <div class="card-description">
32 <p>${shortDescription.getData()}</p>
33 </div>
34 </#if>
35 <#if link?? && link.getData() != "">
36 <a class="btn-brinks btn-link btn-white" target="_blank" href="${link.getData()}" aria-label="${title.getData()}"><@liferay.language key="read-more" /></a>
37 <#else>
38 <a class="btn-brinks btn-link btn-white" aria-label="${title.getData()}" href="${portalUtil.getLayoutSetFriendlyURL(themeDisplay.getLayoutSet(), themeDisplay)}/-/${.vars['reserved-article-url-title'].data}"><@liferay.language key="read-more" /></a>
39 </#if>
40</div>
The following has evaluated to null or missing:
==> title [in template "20101#20128#INSIGHT_ABSTRACT" at line 38, column 64]
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${title.getData()} [in template "20101#20128#INSIGHT_ABSTRACT" at line 38, column 62]
----
1<div class="card insight-card">
2 <#assign background = "">
3 <#assign imageAltText = "">
4 <#if smallImage?? && smallImage.getData()?? && smallImage.getData()?has_content>
5 <#assign background = "background:url(" + smallImage.getData() + ") no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;" />
6 <#assign imageAltText = smallImage.getAttribute('alt')>
7 </#if>
8 <div class="card-image card-image-background" style="${background}" aria-label="${imageAltText}">
9 <div class="blue-overlay"></div>
10
11 <div class="card-image-content">
12 <#if title?? && title.getData()?? && title.getData() != "">
13 <h3>${title.getData()}</h3>
14 <#elseif eventName?? && eventName.getData()?? && eventName.getData() != "">
15 <h3 class="text-center">
16 ${eventName.getData()}
17 <#assign filterable_startDate_Data = getterUtil.getString(filterable_startDate.getData())>
18
19 <#if validator.isNotNull(filterable_startDate_Data)>
20 <#assign filterable_startDate_DateObj = dateUtil.parseDate("yyyy-MM-dd", filterable_startDate_Data, locale)>
21 </#if>
22
23 <#if validator.isNotNull(filterable_startDate_DateObj)>
24 <br>${dateUtil.getDate(filterable_startDate_DateObj, "MMM dd", locale)}
25 </#if>
26 </h3>
27 </#if>
28 </div>
29 </div>
30 <#if shortDescription?? && shortDescription.getData()?? && shortDescription.getData() != "">
31 <div class="card-description">
32 <p>${shortDescription.getData()}</p>
33 </div>
34 </#if>
35 <#if link?? && link.getData() != "">
36 <a class="btn-brinks btn-link btn-white" target="_blank" href="${link.getData()}" aria-label="${title.getData()}"><@liferay.language key="read-more" /></a>
37 <#else>
38 <a class="btn-brinks btn-link btn-white" aria-label="${title.getData()}" href="${portalUtil.getLayoutSetFriendlyURL(themeDisplay.getLayoutSet(), themeDisplay)}/-/${.vars['reserved-article-url-title'].data}"><@liferay.language key="read-more" /></a>
39 </#if>
40</div>