CINXE.COM

Apprenticeships Victoria | apprenticeships.vic.gov.au

<!DOCTYPE html><html lang="en-au" data-capo=""><head><meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Apprenticeships Victoria | apprenticeships.vic.gov.au</title> <style>:root, body { --rpl-clr-primary: #4CBAC1; --rpl-clr-primary-alt: #99D7DB; --rpl-clr-primary-alpha: rgba(76, 186, 193, 0.5); --rpl-clr-accent: #99D7DB; --rpl-clr-accent-alt: #F5FBFB; --rpl-clr-link: #006E75; --rpl-clr-focus: #FBAE3D; --rpl-clr-gradient-horizontal: linear-gradient(90deg, #3A2376 0%, #29A4AA 40%, #CEDA41 90%); --rpl-clr-gradient-vertical: linear-gradient(180deg, #3A2376 0%, #29A4AA 40%, #CEDA41 90%); --rpl-clr-type-primary-contrast: #1A1A1A; --rpl-clr-type-primary-accessible: #1A1A1A; --rpl-clr-type-primary-alt-accessible: #1A1A1A; --rpl-clr-type-primary-contrast-alpha: rgba(26, 26, 26, 0.75); --rpl-clr-type-accent-contrast: #1A1A1A; --rpl-clr-type-focus-contrast: #1A1A1A }</style> <style>.tide-loading-indicator{left:0;position:fixed;right:0;top:0;transform-origin:left;transition:transform .1s;z-index:999}</style> <style>.rpl-alert-container{position:relative}.rpl-alert-container .rpl-alert{margin-bottom:1px}.rpl-alert-container .rpl-alert:last-child{margin-bottom:0}</style> <style>.rpl-icon{display:inline-block}.rpl-icon,.rpl-icon svg{height:var(--rpl-icon-size);width:var(--rpl-icon-size)}.rpl-icon svg{display:block;fill:currentcolor}.rpl-icon--child{--local-icon-w:5px;--local-icon-h:8px;border-bottom:var(--rpl-border-1) solid var(--rpl-clr-type-default);border-left:var(--rpl-border-1) solid var(--rpl-clr-type-default);flex-shrink:0;height:var(--local-icon-h);margin-right:var(--rpl-sp-2);margin-top:var(--rpl-sp-1);width:var(--local-icon-w)}.rpl-icon--padded{padding:calc(var(--rpl-icon-size)/2)}.rpl-icon--size-xs{--rpl-icon-size:var(--rpl-sp-3)}.rpl-icon--size-s{--rpl-icon-size:var(--rpl-sp-4)}.rpl-icon--size-m{--rpl-icon-size:var(--rpl-sp-6)}.rpl-icon--size-l{--rpl-icon-size:var(--rpl-sp-8)}.rpl-icon--colour-default{color:var(--rpl-clr-link)}.rpl-icon--colour-white{color:var(--rpl-clr-type-light)}.rpl-icon--colour-text{color:var(--rpl-clr-type-default)}.rpl-icon--colour-information{color:var(--rpl-clr-information)}.rpl-icon--colour-success{color:var(--rpl-clr-success)}.rpl-icon--colour-warning{color:var(--rpl-clr-warning)}.rpl-icon--colour-error{color:var(--rpl-clr-error)}.rpl-icon--colour-inactive{color:var(--rpl-clr-neutral-4)}.rpl-svg-sprite--hidden{display:none}[dir=rtl] .rpl-icon--child{border-left:0;border-right:var(--rpl-border-1) solid var(--rpl-clr-type-default);margin-left:0;margin-right:var(--rpl-sp-2)}</style> <style>.tide-topic-tags{display:flex;flex-wrap:wrap;gap:var(--rpl-sp-3);margin-top:var(--rpl-sp-6)}.tide-topic-tags .rpl-chip+.rpl-chip{margin-left:0}</style> <style>.tide-content-rating{border-top:var(--rpl-border-1) solid var(--rpl-clr-neutral-300);padding-top:var(--rpl-sp-6)}.tide-content-rating .rpl-form-alert,.tide-content-rating__rating{margin-bottom:var(--rpl-sp-6)}@media (min-width:576px){.tide-content-rating__rating .rpl-form-label{float:left;margin:0 var(--rpl-sp-4) 0 0}.tide-content-rating__rating .rpl-form-radio-group{--local-block-padding:0}}.tide-content-rating__expanded{padding-bottom:var(--rpl-sp-6);padding-top:var(--rpl-sp-1)}@media (min-width:768px){.tide-content-rating__expanded{padding-top:var(--rpl-sp-2)}}@media (min-width:992px){.tide-content-rating__expanded{padding-bottom:var(--rpl-sp-9)}}</style> <link rel="stylesheet" href="/_nuxt/entry.BYQ4E3hd.css"> <link rel="stylesheet" href="/_nuxt/_...Bq9_9DqD.css"> <link rel="stylesheet" href="/_nuxt/RplSidebarComponent.KIW9pmsu.css"> <link rel="stylesheet" href="/_nuxt/HeroAcknowledgement.CVoqeGQ8.css"> <link rel="stylesheet" href="/_nuxt/TideDynamicComponents.BX3kIQ5K.css"> <link rel="stylesheet" href="/_nuxt/RplPageComponent.BTtLrtdw.css"> <link rel="stylesheet" href="/_nuxt/RplCampaignBanner.IBL3oBTo.css"> <link rel="stylesheet" href="/_nuxt/RplInPageNavigation.D-QSZRL5.css"> <link rel="stylesheet" href="/_nuxt/RplCard.BTuVvdWo.css"> <link rel="stylesheet" href="/_nuxt/RplTag.l2vLiWOa.css"> <script>function getCookie(name) { const value = `; ${document.cookie}`; const parts = value.split(`; ${name}=`); if (parts.length === 2) return parts.pop().split(';').shift(); } const DISMISSED_ALERTS_COOKIE = 'dismissedAlerts' const guidRegex = new RegExp('^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4,5}-[0-9a-f]{4}-[0-9a-f]{12}$') try { const cookieValue = getCookie(DISMISSED_ALERTS_COOKIE) if (cookieValue) { const dismissedIds = JSON.parse(decodeURIComponent(cookieValue)) const styles = dismissedIds.reduce((result, id) => { if (guidRegex.test(id)) { return `${result} [data-alert-id="${id}"] {display: none;}` } return result }, '') const styleSheet = document.createElement("style") styleSheet.innerText = styles document.head.appendChild(styleSheet) } } catch (e) { console.error(e) }</script> <meta name="description" content="We aim to increase participation in high-quality and safe apprenticeships and traineeships."> <meta property="og:title" content="Apprenticeships Victoria"> <meta property="og:description" content="We aim to increase participation in high-quality and safe apprenticeships and traineeships."> <meta property="og:type" content="website"> <meta property="og:url" content="https://www.apprenticeships.vic.gov.au/apprenticeships-victoria"> <meta property="og:image" content="/sites/default/files/2024-06/APPVIC-Ripple2_Social-Share.png"> <meta property="og:image:alt" content="Apprenticeships vic - social share image"> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="https://www.apprenticeships.vic.gov.au"> <meta name="twitter:title" content="Apprenticeships Victoria"> <meta name="twitter:description" content="We aim to increase participation in high-quality and safe apprenticeships and traineeships."> <meta name="twitter:image" content="/sites/default/files/2024-06/APPVIC-Ripple2_Twitter.png"> <meta name="twitter:image:alt" content=""> <meta name="keywords" content=""> <meta name="sitesection" content="apprenticeships.vic.gov.au"> <meta name="content-type" content="landing_page"> <meta property="og:locale" content="en-AU"> <link rel="apple-touch-icon" href="/apple-touch-icon.png"> <link rel="manifest" href="data:application/manifest+json,%7B%22id%22%3A%22https%3A%2F%2Fwww.apprenticeships.vic.gov.au%22%2C%22name%22%3A%22apprenticeships.vic.gov.au%22%2C%22short_name%22%3A%22%22%2C%22description%22%3A%22Apprenticeships%20Victoria%22%2C%22start_url%22%3A%22https%3A%2F%2Fwww.apprenticeships.vic.gov.au%22%2C%22icons%22%3A%5B%7B%22src%22%3A%22https%3A%2F%2Fwww.apprenticeships.vic.gov.au%2Fandroid-chrome-512x512.png%22%2C%22sizes%22%3A%22any%22%7D%5D%2C%22theme_color%22%3A%22%234CBAC1%22%2C%22background_color%22%3A%22%23ffffff%22%2C%22display%22%3A%22standalone%22%7D"> <link rel="icon" href="/sites/default/files/2024-09/AppVic_Ripple2_FavIcon.png"> <meta name="theme-color" content="#4CBAC1"> <script type="module" src="/_nuxt/BPUfWJwj.js" crossorigin=""></script></head><body><div id="__nuxt"><!--[--><div class="tide-loading-indicator" style="height:3px;background:var(--rpl-clr-primary);opacity:0;transform:scaleX(0);"></div><!--[--><div><div id="rpl-skip-links"><a class="rpl-skip-link rpl-type-p rpl-u-focusable-block rpl-u-focusable--force-on" href="#rpl-above-body"><!--[-->Skip to main content<!--]--></a></div><div class="rpl-layout rpl-layout--alt"><!--[--><svg id="rpl-icon-sprite" aria-hidden="true" class="rpl-svg-sprite--hidden"><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-cancel" viewBox="0 0 24 24"><path d="m14.1 12 9.4-9.4c.6-.6.6-1.5 0-2.1S22-.1 21.4.5L12 9.9 2.6.4C2-.1 1-.1.4.4s-.6 1.5 0 2.1L9.9 12 .5 21.4c-.6.6-.6 1.5 0 2.1.2.4.6.5 1 .5s.8-.1 1.1-.4l9.4-9.4 9.4 9.4c.3.3.7.4 1.1.4s.8-.1 1.1-.4c.6-.6.6-1.5 0-2.1z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-check-circle-filled" viewBox="0 0 24 24"><path d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0m5.8 8.4-5.5 8.9c-.5.9-1.7 1-2.4.3l-3.3-3.3c-.6-.6-.6-1.6 0-2.2s1.6-.6 2.2 0l1.9 1.9 4.5-7.2c.5-.7 1.4-1 2.2-.5.6.4.8 1.4.4 2.1"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-chevron-down" viewBox="0 0 24 24"><path d="M11.068 18.895.387 8.214a1.32 1.32 0 0 1 0-1.865l1.245-1.246A1.32 1.32 0 0 1 3.496 5.1L12 13.566 20.505 5.1a1.32 1.32 0 0 1 1.863.002l1.246 1.246c.515.515.515 1.35 0 1.865l-10.68 10.68a1.32 1.32 0 0 1-1.866 0Z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-chevron-left" viewBox="0 0 24 24"><path d="M5.104 11.066 15.785.386a1.32 1.32 0 0 1 1.866 0l1.245 1.245c.515.515.516 1.348.003 1.863L10.434 12l8.465 8.505a1.32 1.32 0 0 1-.003 1.863l-1.245 1.246a1.32 1.32 0 0 1-1.866 0L5.105 12.932a1.32 1.32 0 0 1 0-1.866Z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-chevron-right" viewBox="0 0 24 24"><path d="M18.896 12.931 8.216 23.614a1.32 1.32 0 0 1-1.866 0l-1.246-1.246a1.32 1.32 0 0 1-.002-1.863L13.567 12 5.102 3.495a1.32 1.32 0 0 1 .002-1.863L6.35.385a1.32 1.32 0 0 1 1.865 0l10.681 10.681a1.32 1.32 0 0 1 0 1.865"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-chevron-up" viewBox="0 0 24 24"><path d="m12.933 5.103 10.681 10.681c.515.515.515 1.35 0 1.865l-1.246 1.246a1.32 1.32 0 0 1-1.863.003L12 10.433l-8.504 8.465a1.32 1.32 0 0 1-1.864-.003L.387 17.65a1.32 1.32 0 0 1 0-1.866l10.68-10.68a1.32 1.32 0 0 1 1.866 0Z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-current-location" viewBox="0 0 24 24"><path d="m2 11 9 2 2 8.9L22 2z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-document-lined" viewBox="0 0 24 24"><path d="M15 0H4.2C3.5 0 3 .5 3 1.2v21.6c0 .7.5 1.2 1.2 1.2h15.6c.7 0 1.2-.5 1.2-1.2V6zm0 3.4L17.6 6H15zm3.6 18.2H5.4V2.4h7.2v4.8c0 .7.5 1.2 1.2 1.2h4.8z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-document" viewBox="0 0 24 24"><path d="M13.5 6.4V0H4.1C3.5 0 3 .5 3 1.1v21.8c0 .6.5 1.1 1.1 1.1h15.8c.6 0 1.1-.5 1.1-1.1V7.5h-6.4c-.6 0-1.1-.5-1.1-1.1"></path><path d="M20.7 4.9 16.1.3c-.2-.2-.5-.3-.8-.3H15v6h6v-.3c0-.3-.1-.6-.3-.8"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-download" viewBox="0 0 24 24"><path d="M21.2 20.1H2.8c-.7 0-1.3.6-1.3 1.3v1.3c0 .7.6 1.3 1.3 1.3h18.4c.7 0 1.3-.6 1.3-1.3v-1.3c0-.7-.6-1.3-1.3-1.3m-9.9-1.5c.4.4 1.1.4 1.5 0l8.3-8.2c.7-.7.2-1.8-.8-1.8h-4.8V1.3c0-.7-.6-1.3-1.3-1.3H9.8c-.7 0-1.3.6-1.3 1.3v7.3H3.7c-1 0-1.5 1.2-.8 1.8z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-enlarge-square-filled" viewBox="0 0 24 24"><path d="M21.4 0H2.6C1.2 0 0 1.2 0 2.6v18.9C0 22.8 1.2 24 2.6 24h18.9c1.4 0 2.6-1.2 2.6-2.6V2.6C24 1.2 22.8 0 21.4 0m-10 20.1L4.7 20c-.3 0-.6-.3-.6-.6L4 12.6c0-.3.2-.6.6-.6h.8c.3 0 .6.3.6.6v4.1l3.5-3.5c.2-.2.6-.2.8 0l.6.6c.2.2.2.6 0 .8l-3.5 3.5h4.1c.3 0 .6.3.6.6v.8c-.1.3-.3.6-.7.6m8.1-8h-.8c-.3 0-.6-.3-.6-.6V7.4l-3.5 3.5c-.2.2-.6.2-.8 0l-.6-.6q-.3-.45 0-.9l3.5-3.5h-4.1c-.3.1-.6-.2-.6-.5v-.8c0-.3.3-.6.6-.6l6.8.1c.3 0 .6.3.6.6l.1 6.8c0 .3-.3.6-.6.6"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-enlarge" viewBox="0 0 24 24"><path d="M20.2 4.5c0-.3-.3-.6-.6-.6l-7-.1c-.3-.1-.6.2-.6.5v.8c0 .3.3.6.6.6h4.2l-3.6 3.6c-.2.2-.2.6 0 .9l.6.6c.2.2.6.2.9 0l3.6-3.6v4.2c0 .3.3.6.6.6h.8c.3 0 .6-.3.6-.6zm-8.8 13.7H7.2l3.6-3.6c.2-.2.2-.6 0-.9l-.6-.6c-.2-.1-.6-.1-.9.1l-3.6 3.6v-4.2c0-.3-.3-.6-.6-.6h-.8c-.3 0-.6.3-.6.6l.1 7c0 .3.3.6.6.6l7 .1c.3 0 .6-.3.6-.6v-.8c0-.4-.3-.7-.6-.7"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-exclamation-circle-filled" viewBox="0 0 24 24"><path d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0m0 20c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m2-8c0 1.1-.9 2-2 2s-2-.9-2-2V6c0-1.1.9-2 2-2s2 .9 2 2z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-facebook" viewBox="0 0 24 24"><path d="M15.6 4h2.1V.2c-.3-.1-1.6-.2-3-.2-3 0-5.1 2-5.1 5.6V9H6.3v4.3h3.3V24h4.1V13.3h3.2l.5-4.3h-3.7V6.1c0-1.3.3-2.1 1.9-2.1"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-file-secure" viewBox="0 0 24 24"><path d="M4.7 21.6h8.4V24H3.5c-.664 0-1.2-.536-1.2-1.2V1.2C2.3.536 2.836 0 3.5 0h10.804L20.3 5.996V11.4h-2.4v-3h-4.8c-.664 0-1.2-.536-1.2-1.2V2.4H4.7zm9.6-18.211L16.911 6H14.3zm1.233 20.206c.261.27.523.405.916.405h5.236c.393 0 .655-.135.917-.405s.392-.54.392-.945V18.6c0-.405-.13-.675-.392-.945s-.524-.405-.917-.405V15.9c0-.81-.261-1.35-.785-1.89s-1.047-.81-1.833-.81c-.654 0-1.309.27-1.832.81s-.786 1.08-.786 1.89v1.35c-.393 0-.655.135-.916.405-.262.27-.393.54-.393.945v4.05c0 .405.13.675.393.945m4.843-7.695v1.35h-2.618V15.9c0-.405.131-.675.393-.945s.523-.405.916-.405.655.135.917.405c.261.27.392.54.392.945"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-home" viewBox="0 0 24 24"><path d="M23.4 11.5 13 .5c-.6-.6-1.5-.6-2.1 0L.6 11.4c-.5.5-.8 1.6-.5 2.3.2.7.9.9 1.6.9l1.4.1v7.6c0 1 .6 1.7 1.5 1.7H9c.9 0 1.5-.7 1.5-1.7v-5.8h3v5.8c0 1 .6 1.7 1.5 1.7h4.5c.9 0 1.5-.7 1.5-1.7v-7.6h1.5c.7 0 1.2-.2 1.5-1 .2-.7-.1-1.7-.6-2.2"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-information-circle-filled" viewBox="0 0 24 24"><path d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0m2.2 17.5c0 1.2-1 2.2-2.2 2.2s-2.2-1-2.2-2.2V11c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2zM12 7.6c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2 2.2 1 2.2 2.2c0 1.3-1 2.2-2.2 2.2"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-link-external-square-filled" viewBox="0 0 24 24"><path d="M21.4 0H2.6C1.2 0 0 1.2 0 2.6v18.9C0 22.8 1.2 24 2.6 24h18.9c1.4 0 2.6-1.2 2.6-2.6V2.6C24 1.2 22.8 0 21.4 0m-.8 10.7c0 1.1-1.4 1.7-2.2.9l-1.7-1.7L6.2 20.4c-.3.3-.7.3-.9 0l-1.7-1.7c-.3-.3-.3-.7 0-.9L14.1 7.3l-1.7-1.7c-.8-.8-.2-2.2.9-2.2h6c.7 0 1.3.6 1.3 1.3z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-linkedin" viewBox="0 0 24 24"><path d="M5.4 24h-5V8h5zM2.9 5.8C1.3 5.8 0 4.5 0 2.9S1.3 0 2.9 0s2.9 1.3 2.9 2.9-1.3 2.9-2.9 2.9M19 24v-7.8c0-1.9 0-4.2-2.6-4.2s-3 2-3 4.1V24h-5V8h4.8v2.2h.1c.7-1.3 2.3-2.6 4.7-2.6 5 0 6 3.3 6 7.6V24z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-mail" viewBox="0 0 24 24"><path d="M22.8 3H1.2C.5 3 0 3.5 0 4.2v15.6c0 .7.5 1.2 1.2 1.2h21.6c.7 0 1.2-.5 1.2-1.2V4.2c0-.7-.5-1.2-1.2-1.2m-2.4 6L12 12.6 3.6 9V6.6l8.4 3.6 8.4-3.6z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-phone" viewBox="0 0 24 24"><path d="m23.6 18.3-4-4c-.6-.6-1.6-.6-2.2 0l-3.5 3.5-7.7-7.7 3.5-3.5c.6-.6.6-1.6 0-2.2l-4-4c-.6-.6-1.6-.6-2.2 0L0 4c0 11 9 20 20 20l3.5-3.5c.6-.6.7-1.6.1-2.2"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-pin" viewBox="0 0 24 24"><path d="M12 0C7 0 3 4.1 3 9c0 6.6 9 15 9 15s9-8.4 9-15c0-4.9-4-9-9-9m0 12.4c-1.9 0-3.4-1.5-3.4-3.4s1.5-3.4 3.4-3.4 3.4 1.5 3.4 3.4-1.5 3.4-3.4 3.4"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-twitter" viewBox="0 0 24 24"><path d="M21.5 7.2v.6c0 6.4-4.9 13.8-14 13.8-2.8 0-5.4-.8-7.6-2.2.4 0 .8.1 1.2.1 2.3 0 4.4-.8 6.1-2.1-2.2 0-4-1.4-4.6-3.4.3 0 .6.1.9.1.4 0 .9-.1 1.3-.2C2.7 13.5 1 11.6 1 9.2c.7.4 1.4.6 2.2.6C1.9 8.9 1 7.4 1 5.7c0-.9.2-1.7.7-2.4 2.4 2.9 6.1 4.9 10.1 5.1-.1-.4-.1-.7-.1-1.1 0-2.7 2.2-4.8 4.9-4.8 1.4 0 2.7.6 3.6 1.5 1.1-.2 2.2-.6 3.1-1.2-.4 1.1-1.1 2.1-2.2 2.7 1-.1 1.9-.4 2.8-.7-.6.8-1.4 1.7-2.4 2.4"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-view" viewBox="0 0 24 24"><path d="M12 4C6.5 4 1.9 7.4 0 12c1.9 4.7 6.5 8 12 8s10.1-3.3 12-8c-1.9-4.6-6.5-8-12-8m0 13.7c-3 0-5.5-2.5-5.5-5.6C6.5 8.9 9 6.4 12 6.4s5.5 2.5 5.5 5.6-2.5 5.7-5.5 5.7"></path><path d="M12 8.6c-1.8 0-3.3 1.5-3.3 3.4s1.5 3.4 3.3 3.4 3.3-1.5 3.3-3.4-1.5-3.4-3.3-3.4"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-whatsapp" viewBox="0 0 24 24"><path d="M12.001 2c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.95 9.95 0 0 1-5.03-1.355L2.005 22l1.352-4.968A9.95 9.95 0 0 1 2.001 12c0-5.523 4.477-10 10-10M8.593 7.3l-.2.008a1 1 0 0 0-.372.1 1.3 1.3 0 0 0-.294.228c-.12.113-.188.211-.261.306A2.73 2.73 0 0 0 6.9 9.62c.002.49.13.967.33 1.413.409.902 1.082 1.857 1.97 2.742.214.213.424.427.65.626a9.45 9.45 0 0 0 3.84 2.046l.568.087c.185.01.37-.004.556-.013a2 2 0 0 0 .833-.231 5 5 0 0 0 .383-.22s.043-.028.125-.09c.135-.1.218-.171.33-.288q.126-.13.21-.302c.078-.163.156-.474.188-.733.024-.198.017-.306.014-.373-.004-.107-.093-.218-.19-.265l-.582-.261s-.87-.379-1.402-.621a.5.5 0 0 0-.176-.041.48.48 0 0 0-.378.127c-.005-.002-.072.055-.795.931a.35.35 0 0 1-.368.13 1.4 1.4 0 0 1-.191-.066c-.124-.052-.167-.072-.252-.108a6 6 0 0 1-1.575-1.003c-.126-.11-.243-.23-.363-.346a6.3 6.3 0 0 1-1.02-1.268l-.059-.095a1 1 0 0 1-.102-.205c-.038-.147.061-.265.061-.265s.243-.266.356-.41c.11-.14.203-.276.263-.373.118-.19.155-.385.093-.536q-.42-1.026-.868-2.041c-.059-.134-.234-.23-.393-.249q-.081-.01-.162-.016a3 3 0 0 0-.403.004l.201-.008Z"></path></symbol></defs><defs><symbol xmlns="http://www.w3.org/2000/svg" id="icon-x" viewBox="0 0 32 32"><path d="M18.635 13.55 30.291 0h-2.763L17.406 11.765 9.323 0H0l12.224 17.79L0 32h2.763l10.688-12.425L21.988 32h9.323zm-3.783 4.396-1.24-1.771L3.758 2.08H8l7.953 11.376 1.24 1.772L27.53 30.014h-4.242z"></path></symbol></defs></svg><!--[--><!--]--><div class="rpl-alert-container" data-cy="alerts-container"><!--[--><!--]--></div><!--]--><div class="rpl-layout__container"><header id="rpl-header" class="rpl-layout__header"><!--[--><!--[--><nav class="rpl-primary-nav rpl-primary-nav--collapse-until-l" aria-label="Primary navigation"><div class="rpl-primary-nav__inner" style="--local-expanded-height: 0px"><div class="rpl-primary-nav__nav-bar"><div class="rpl-primary-nav__logos rpl-primary-nav__logos--has-secondary-logo"><a aria-current="page" href="/" class="router-link-active router-link-exact-active rpl-primary-nav__primary-logo-link rpl-u-focusable-outline rpl-u-focusable-outline--no-border"><!--[--><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 105 14" aria-label="Victoria government logo" class="rpl-primary-nav__primary-logo-image"><path d="M5.712 13h2.432l5.472-12H9.968l-3.04 6.544L3.888 1H.24zm8.795 0h3.264V1h-3.264zM25.727.728c-3.393 0-6.433 2.704-6.433 6.272s3.04 6.272 6.432 6.272c2.288 0 4.352-1.008 5.6-2.832l-2.72-1.664c-.608.832-1.472 1.392-2.72 1.392-1.664 0-3.104-1.52-3.104-3.168s1.44-3.168 3.104-3.168c1.248 0 2.112.56 2.72 1.392l2.72-1.664c-1.248-1.824-3.312-2.832-5.6-2.832m7.619 12.4c.864 0 1.568-.688 1.568-1.536 0-.864-.704-1.552-1.568-1.552a1.55 1.55 0 0 0-1.536 1.552c0 .848.704 1.536 1.536 1.536M43.433 8.44h2.272v1.008c-.576.48-1.328.72-2.272.72-1.664 0-3.104-1.52-3.104-3.168s1.44-3.168 3.104-3.168c1.056 0 1.84.416 2.416 1.04l2.448-2.032C47.033 1.48 45.241.728 43.273.728c-3.392 0-6.432 2.704-6.432 6.272s3.04 6.272 6.432 6.272c2.288 0 4.352-1.008 5.6-2.832V5.656h-5.44zM63.7 7c0-3.568-3.088-6.272-6.656-6.272S50.388 3.432 50.388 7s3.088 6.272 6.656 6.272S63.7 10.568 63.7 7m-9.824 0a3.175 3.175 0 0 1 3.168-3.168A3.175 3.175 0 0 1 60.212 7a3.175 3.175 0 0 1-3.168 3.168A3.175 3.175 0 0 1 53.876 7m15.336 6h2.432l5.472-12h-3.648l-3.04 6.544L67.388 1H63.74zm8.962.128c.864 0 1.568-.688 1.568-1.536 0-.864-.704-1.552-1.568-1.552a1.55 1.55 0 0 0-1.536 1.552c0 .848.704 1.536 1.536 1.536M88.23 1h-1.376l-5.552 12h3.552l.608-1.376h4.16L90.23 13h3.552zm-1.728 7.984.96-2.592h.16l.96 2.592zM104.888 1h-3.344v7.6c0 1.104-.704 1.808-1.808 1.808s-1.792-.704-1.792-1.808V1h-3.328v7.456c0 3.136 1.968 4.816 5.12 4.816 3.184 0 5.152-1.68 5.152-4.816z"></path></svg><!----><!--]--></a><div class="rpl-primary-nav__logo-divider"></div><a aria-current="page" href="/" class="router-link-active router-link-exact-active rpl-primary-nav__secondary-logo-link rpl-u-focusable-outline rpl-u-focusable-outline--no-border"><!--[--><img class="rpl-primary-nav__secondary-logo-image rpl-u-screen-only" src="/sites/default/files/site_logo/Apprenticeships-Victoria-logo.png" alt><img class="rpl-primary-nav__secondary-logo-image rpl-primary-nav__logo-alt rpl-u-print-only" src="/sites/default/files/2024-06/Apprenticeships-Victoria-logo.png" alt><!--]--></a></div><ul class="rpl-primary-nav__nav-bar-actions-list"><li class="rpl-primary-nav__nav-bar-mobile-menu-toggle-container"><button type="button" class="rpl-primary-nav__nav-bar-action rpl-primary-nav__nav-bar-action--toggle rpl-type-label-small rpl-type-weight-bold rpl-u-focusable-block"><span class="rpl-primary-nav__nav-bar-action-wrapper"><!--[--><span>Menu</span>⁠<span class="rpl-primary-nav__nav-bar-icon rpl-primary-nav__nav-bar-icon--large rpl-u-margin-l-2"><span class="rpl-icon rpl-icon--size-xs rpl-icon--icon-chevron-down"><svg role="presentation"><!----><use xlink:href="#icon-chevron-down"></use></svg></span></span><!--]--></span></button></li><li class="rpl-primary-nav__nav-bar-mobile-menu-divider" aria-hidden="true"></li><!--[--><li class="rpl-primary-nav__nav-bar-item"><button type="button" class="rpl-primary-nav__nav-bar-action rpl-primary-nav__nav-bar-action--toggle rpl-type-label-small rpl-type-weight-bold rpl-u-focusable-block"><span class="rpl-primary-nav__nav-bar-action-wrapper"><!--[--><span>Apprentices and trainees</span>⁠<span class="rpl-primary-nav__nav-bar-icon rpl-u-margin-l-2"><span class="rpl-icon rpl-icon--size-xs rpl-icon--icon-chevron-down"><svg role="presentation"><!----><use xlink:href="#icon-chevron-down"></use></svg></span></span><!--]--></span></button></li><li class="rpl-primary-nav__nav-bar-item"><button type="button" class="rpl-primary-nav__nav-bar-action rpl-primary-nav__nav-bar-action--toggle rpl-type-label-small rpl-type-weight-bold rpl-u-focusable-block"><span class="rpl-primary-nav__nav-bar-action-wrapper"><!--[--><span>Employers</span>⁠<span class="rpl-primary-nav__nav-bar-icon rpl-u-margin-l-2"><span class="rpl-icon rpl-icon--size-xs rpl-icon--icon-chevron-down"><svg role="presentation"><!----><use xlink:href="#icon-chevron-down"></use></svg></span></span><!--]--></span></button></li><li class="rpl-primary-nav__nav-bar-item"><button type="button" class="rpl-primary-nav__nav-bar-action rpl-primary-nav__nav-bar-action--toggle rpl-type-label-small rpl-type-weight-bold rpl-u-focusable-block"><span class="rpl-primary-nav__nav-bar-action-wrapper"><!--[--><span>News and events</span>⁠<span class="rpl-primary-nav__nav-bar-icon rpl-u-margin-l-2"><span class="rpl-icon rpl-icon--size-xs rpl-icon--icon-chevron-down"><svg role="presentation"><!----><use xlink:href="#icon-chevron-down"></use></svg></span></span><!--]--></span></button></li><li class="rpl-primary-nav__nav-bar-item"><button type="button" class="rpl-primary-nav__nav-bar-action rpl-primary-nav__nav-bar-action--toggle rpl-type-label-small rpl-type-weight-bold rpl-u-focusable-block"><span class="rpl-primary-nav__nav-bar-action-wrapper"><!--[--><span>About</span>⁠<span class="rpl-primary-nav__nav-bar-icon rpl-u-margin-l-2"><span class="rpl-icon rpl-icon--size-xs rpl-icon--icon-chevron-down"><svg role="presentation"><!----><use xlink:href="#icon-chevron-down"></use></svg></span></span><!--]--></span></button></li><!--]--><!----><li><button type="button" class="rpl-primary-nav__nav-bar-action rpl-primary-nav__nav-bar-action--toggle rpl-type-label-small rpl-type-weight-bold rpl-u-focusable-block"><span class="rpl-primary-nav__nav-bar-action-wrapper"><!--[--><!--[--><span class="rpl-primary-nav__nav-bar-search-label">Search</span>⁠<span class="rpl-primary-nav__nav-bar-icon rpl-primary-nav__nav-bar-icon--large rpl-primary-nav__nav-bar-icon--search"><span class="rpl-icon rpl-icon--size-s rpl-icon--icon-search"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.6 21.4-7.2-7.2c1-1.5 1.7-3.3 1.7-5.2 0-5-4-9-9-9S0 4 0 9s4 9 9 9c1.9 0 3.7-.6 5.2-1.7l7.2 7.2c.3.3.7.4 1.1.4s.8-.1 1.1-.4c.5-.5.5-1.5 0-2.1m-9.7-9.6q-.75 1.35-2.1 2.1c-.8.5-1.8.8-2.8.8-3.2 0-5.7-2.6-5.7-5.7 0-3.2 2.6-5.7 5.7-5.7s5.7 2.6 5.7 5.7c0 1-.3 2-.8 2.8"></path></svg></span></span><!--]--><!--]--></span></button></li></ul></div><!----><!----></div><!----></nav><!--]--><!--]--><!----></header><section id="rpl-above-body"><!--[--><!--[--><div class="rpl-header rpl-header--hero rpl-header--reverse rpl-header--behind-nav rpl-header--background" dir="ltr"><div class="rpl-header__behind rpl-u-screen-only"><!--[--><img src="/sites/default/files/2024-11/AppVic-jd-truck.jpg?w=1984" srcset="/sites/default/files/2024-11/AppVic-jd-truck.jpg?width=1920 1920w, /sites/default/files/2024-11/AppVic-jd-truck.jpg?width=3840 3840w" sizes="(min-width: 0) 100vw" width="1920" height="1280" alt class="rpl-image rpl-image--fill rpl-image--cover rpl-u-aspect-wide rpl-u-aspect-wide-m" loading="eager" fetchpriority="high" style="object-position:64.01% 40%;" title><!----><!----><!--]--></div><div class="rpl-container"><div class="rpl-grid"><div class="rpl-header__main rpl-col-12 rpl-col-10-m"><!----><div class="rpl-header__body"><!--[--><h1 class="rpl-header__title rpl-type-h1-highlight" data-cy="hero-title">Apprenticeships Victoria</h1><!--]--><div class="rpl-header__content"><!--[--><p class="rpl-type-p-large-highlight" data-cy="hero-summary"><!--[-->We aim to increase participation in high-quality and safe apprenticeships and traineeships.<!--]--></p><!--]--></div></div><!----></div><!----></div></div></div><!----><!--[--><!--[--><div id="page-component-3337080" class="rpl-page-component rpl-page-component--full-width rpl-col-12" data-component-id="3337080" data-component-type="TideLandingPageIntroBanner"><!----><!--[--><div class="rpl-header rpl-header--intro"><!----><div class="rpl-container"><div class="rpl-grid"><div class="rpl-header__main rpl-col-12 rpl-col-7-m"><!----><div class="rpl-header__body"><!--[--><h2 class="rpl-header__title rpl-type-h2" data-cy="title">About us</h2><!--]--><div class="rpl-header__content"><!--[--><div data-cy="summary"><!--[--><div class="rpl-content"><p>Apprenticeships Victoria (AV) is here to enable real and rewarding apprenticeships and traineeships for all Victorians. There are many great opportunities to earn while you learn, develop real-world skills, and get an up-close view of what your future career could look like.</p></div><!--]--></div><!--]--></div></div><!----></div><div class="rpl-header__aside rpl-col-12 rpl-col-4-m rpl-col-start-9-m"><!--[--><div class="rpl-header-links rpl-header-links--link"><!----><ul class="rpl-list__items rpl-header-links__list" data-depth="0"><!--[--><!--[--><li class="rpl-list__item rpl-header-links__item rpl-header__text-large-fixed rpl-type-p"><a href="/what-apprenticeship-or-traineeship" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->What is an apprenticeship or traineeship?<!--]--></span><span class="rpl-icon rpl-icon--size-s rpl-icon--icon-arrow-right rpl-icon--colour-default rpl-list__icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.6 11.1 13.2.4c-.5-.5-1.3-.5-1.8 0l-1.2 1.2c-.5.5-.5 1.4 0 1.9l6.5 6.3H1.3c-.7 0-1.3.6-1.3 1.3v1.8c0 .7.6 1.3 1.3 1.3h15.4l-6.5 6.3c-.5.5-.5 1.4 0 1.9l1.2 1.2c.5.5 1.3.5 1.8 0l10.4-10.7c.5-.5.5-1.3 0-1.8"></path></svg></span><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--[--><li class="rpl-list__item rpl-header-links__item rpl-header__text-large-fixed rpl-type-p"><a href="/how-get-started" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->How to get started<!--]--></span><span class="rpl-icon rpl-icon--size-s rpl-icon--icon-arrow-right rpl-icon--colour-default rpl-list__icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.6 11.1 13.2.4c-.5-.5-1.3-.5-1.8 0l-1.2 1.2c-.5.5-.5 1.4 0 1.9l6.5 6.3H1.3c-.7 0-1.3.6-1.3 1.3v1.8c0 .7.6 1.3 1.3 1.3h15.4l-6.5 6.3c-.5.5-.5 1.4 0 1.9l1.2 1.2c.5.5 1.3.5 1.8 0l10.4-10.7c.5-.5.5-1.3 0-1.8"></path></svg></span><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--[--><li class="rpl-list__item rpl-header-links__item rpl-header__text-large-fixed rpl-type-p"><a href="/support-and-advice" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->Support and advice<!--]--></span><span class="rpl-icon rpl-icon--size-s rpl-icon--icon-arrow-right rpl-icon--colour-default rpl-list__icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.6 11.1 13.2.4c-.5-.5-1.3-.5-1.8 0l-1.2 1.2c-.5.5-.5 1.4 0 1.9l6.5 6.3H1.3c-.7 0-1.3.6-1.3 1.3v1.8c0 .7.6 1.3 1.3 1.3h15.4l-6.5 6.3c-.5.5-.5 1.4 0 1.9l1.2 1.2c.5.5 1.3.5 1.8 0l10.4-10.7c.5-.5.5-1.3 0-1.8"></path></svg></span><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--[--><li class="rpl-list__item rpl-header-links__item rpl-header__text-large-fixed rpl-type-p"><a href="/victorian-programs-and-initiatives" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->Victorian programs and initiatives<!--]--></span><span class="rpl-icon rpl-icon--size-s rpl-icon--icon-arrow-right rpl-icon--colour-default rpl-list__icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.6 11.1 13.2.4c-.5-.5-1.3-.5-1.8 0l-1.2 1.2c-.5.5-.5 1.4 0 1.9l6.5 6.3H1.3c-.7 0-1.3.6-1.3 1.3v1.8c0 .7.6 1.3 1.3 1.3h15.4l-6.5 6.3c-.5.5-.5 1.4 0 1.9l1.2 1.2c.5.5 1.3.5 1.8 0l10.4-10.7c.5-.5.5-1.3 0-1.8"></path></svg></span><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--]--></ul><!----></div><!--]--></div></div></div></div><!--]--></div><!--]--><!--]--><div class="rpl-campaign-banner rpl-campaign-banner--primary rpl-campaign-banner--media" data-cy="primary-campaign"><div class="rpl-container"><div class="rpl-campaign-banner__inner rpl-grid"><div class="rpl-campaign-banner__media rpl-col-12 rpl-col-6-m"><!--[--><img src="/sites/default/files/2024-11/AppVic-apprentice-phone-v2_0.jpg?w=1984" srcset="/sites/default/files/2024-11/AppVic-apprentice-phone-v2_0.jpg?width=715 715w, /sites/default/files/2024-11/AppVic-apprentice-phone-v2_0.jpg?width=1430 1430w" sizes="(min-width: 0) 715px" width="1920" height="1080" alt="Apprentice wearing hard hat and high-vis vest, speaking on mobile phone" class="rpl-image rpl-image--fill rpl-image--cover rpl-u-aspect-wide rpl-u-aspect-panorama-s" loading="lazy" fetchpriority="auto" style="object-position:65% 41.02%;" title data-cy="image"><!--]--></div><div class="rpl-campaign-banner__body rpl-col-12 rpl-col-6-m"><!--[--><h2 class="rpl-campaign-banner__title rpl-type-h2" data-cy="title">Apprentice Employee Assistance Program</h2><!--]--><div class="rpl-campaign-banner__content"><!--[--><!--[--><div class="rpl-content" data-cy="summary"><p><span class="TextRun BCX0 SCXP167203097 NormalTextRun" lang="EN-AU">A free service for apprentices to access confidential short-term counselling and support for a broad range of health and wellbeing matters. No doctor's referral required.</span></p></div><!--]--><div class="rpl-campaign-banner__action"><a href="/apprentice-employee-assistance-program" class="rpl-button rpl-button--filled rpl-button--default rpl-u-focusable-block" aria-busy="false" data-cy="cta"><!----><span class="rpl-button__label rpl-type-label rpl-type-weight-bold"><!----><!--[-->Learn more<!--]--></span><!----></a></div><!--]--><!----></div><!----></div></div></div></div><!--]--><!--]--></section><div class="rpl-layout__body-wrap"><div class="rpl-container"><div class="rpl-grid rpl-grid--no-row-gap rpl-layout__body"><!----><main id="rpl-main" class="rpl-col-12 rpl-layout__main" dir="ltr"><!--[--><!--[--><!----><!--[--><!--[--><div id="page-component-3337062" class="rpl-page-component" data-component-id="3337062" data-component-type="TideLandingPageContent"><!----><!--[--><div class="rpl-content"><h2 id="support-for-your-apprenticeship-or-traineeship-journey">Support for your apprenticeship or traineeship journey</h2></div><!--]--></div><!--]--><!--[--><div class="rpl-layout-card-grid"><!--[--><!--[--><div id="page-component-3334195" class="rpl-page-component" data-component-id="3334195" data-component-type="TideLandingPagePromoCard"><!----><!--[--><div class="rpl-card rpl-type-p rpl-card--promo rpl-card--link"><!----><div class="rpl-card__upper"><!--[--><img src="/sites/default/files/2024-08/AppVic-SJC-support.jpg?w=1984" srcset="/sites/default/files/2024-08/AppVic-SJC-support.jpg?width=768 768w, /sites/default/files/2024-08/AppVic-SJC-support.jpg?width=1536 1536w" sizes="(min-width: 0) 768px" width="2048" height="1367" alt="Skills and Jobs Centres" class="rpl-image rpl-image--fill rpl-image--cover rpl-u-aspect-wide rpl-u-aspect-ultrawide-s rpl-u-aspect-wide-m rpl-card__media" loading="lazy" fetchpriority="auto" style="object-position:50% 50.04%;" title="Skills and Jobs Centres" data-cy="image"><!--]--></div><div class="rpl-card__body"><!--[--><!--]--><!--[--><h3 class="rpl-card__cta rpl-type-h3-fixed" data-cy="title"><a href="https://www.vic.gov.au/skills-and-jobs-centres" rel="noopener noreferrer" class="rpl-text-link rpl-u-focusable-inline"><!--[--><!--[-->Skills and Jobs Centres<!--]--><!----><!--]--></a></h3><!--]--><div class="rpl-card__content" data-cy="content"><!--[--><!--[--><p>Get free career advice and support through your local Skills and Jobs Centre</p><!--]--><!--]--></div></div><!----></div><!--]--></div><div id="page-component-3334196" class="rpl-page-component" data-component-id="3334196" data-component-type="TideLandingPagePromoCard"><!----><!--[--><div class="rpl-card rpl-type-p rpl-card--promo rpl-card--link"><!----><div class="rpl-card__upper"><!--[--><img src="/sites/default/files/2024-08/AppVic-ASO-handshake.jpg?w=1984" srcset="/sites/default/files/2024-08/AppVic-ASO-handshake.jpg?width=768 768w, /sites/default/files/2024-08/AppVic-ASO-handshake.jpg?width=1536 1536w" sizes="(min-width: 0) 768px" width="2048" height="1379" alt="Apprenticeship Support Officers" class="rpl-image rpl-image--fill rpl-image--cover rpl-u-aspect-wide rpl-u-aspect-ultrawide-s rpl-u-aspect-wide-m rpl-card__media" loading="lazy" fetchpriority="auto" style="object-position:50% 50.04%;" title="Apprenticeship Support Officers" data-cy="image"><!--]--></div><div class="rpl-card__body"><!--[--><!--]--><!--[--><h3 class="rpl-card__cta rpl-type-h3-fixed" data-cy="title"><a href="/apprenticeship-support-officers" class="rpl-text-link rpl-u-focusable-inline"><!--[--><!--[-->Apprenticeship Support Officers<!--]--><!----><!--]--></a></h3><!--]--><div class="rpl-card__content" data-cy="content"><!--[--><!--[--><p>Apprenticeship Support Officers (ASOs) help apprentices get the most out of the apprenticeship system. They can advise on a range of matters, including wages, training, safety and wellbeing.</p><!--]--><!--]--></div></div><!----></div><!--]--></div><div id="page-component-3334197" class="rpl-page-component" data-component-id="3334197" data-component-type="TideLandingPagePromoCard"><!----><!--[--><div class="rpl-card rpl-type-p rpl-card--promo rpl-card--link"><!----><div class="rpl-card__upper"><!--[--><img src="/sites/default/files/2024-08/AppVic-Leah-rego-campaign2.jpg?w=1398" srcset="/sites/default/files/2024-08/AppVic-Leah-rego-campaign2.jpg?width=768 768w, /sites/default/files/2024-08/AppVic-Leah-rego-campaign2.jpg?width=1536 1536w" sizes="(min-width: 0) 768px" width="699" height="411" alt="An apprentice, sitting in the drivers seat of a heavy vehicle" class="rpl-image rpl-image--fill rpl-image--cover rpl-u-aspect-wide rpl-u-aspect-ultrawide-s rpl-u-aspect-wide-m rpl-card__media" loading="lazy" fetchpriority="auto" style="object-position:61.95% 46.96%;" title data-cy="image"><!--]--></div><div class="rpl-card__body"><!--[--><!--]--><!--[--><h3 class="rpl-card__cta rpl-type-h3-fixed" data-cy="title"><a href="https://www.vicroads.vic.gov.au/registration/registration-fees/concessions-and-discounts/trade-apprentice-registration-discount" rel="noopener noreferrer" class="rpl-text-link rpl-u-focusable-inline"><!--[--><!--[-->Trade apprentice registration discount<!--]--><!----><!--]--></a></h3><!--]--><div class="rpl-card__content" data-cy="content"><!--[--><!--[--><p>If you&#39;re a Victorian trade apprentice using your car for work, find out how you can get up to 100% off your next registration renewal.</p><!--]--><!--]--></div></div><!----></div><!--]--></div><!--]--><!--]--></div><!--]--><!--[--><div id="page-component-3337616" class="rpl-page-component" data-component-id="3337616" data-component-type="TideLandingPageContent"><!----><!--[--><div class="rpl-content"><h2 id="inspirational-stories">Inspirational stories</h2></div><!--]--></div><!--]--><!--[--><div id="page-component-3374513" class="rpl-page-component" data-component-id="3374513" data-component-type="TideLandingPageCallToAction"><!----><!--[--><div class="rpl-card rpl-type-p rpl-card--call-to-action rpl-card--link rpl-card--inset" hassidebar="false" hastitle="false" pagebackground="alt"><!----><div class="rpl-card__upper"><!--[--><img src="/sites/default/files/2024-08/AppVic-Andy-11-1-scaled.jpg?w=1984" srcset="/sites/default/files/2024-08/AppVic-Andy-11-1-scaled.jpg?width=768 768w, /sites/default/files/2024-08/AppVic-Andy-11-1-scaled.jpg?width=1536 1536w" sizes="(min-width: 0) 768px" width="2048" height="1620" alt class="rpl-image rpl-image--fill rpl-image--cover rpl-u-aspect-wide rpl-u-aspect-ultrawide-s rpl-u-aspect-panorama-m rpl-u-aspect-full-l rpl-card__media rpl-card__media--inset" loading="lazy" fetchpriority="auto" style="object-position:50% 50%;" title data-cy="image"><!--]--></div><div class="rpl-card__body"><!--[--><!--]--><!--[--><h3 class="rpl-card__cta rpl-type-h3" data-cy="title">Real stories from real apprentices</h3><!--]--><div class="rpl-card__content" data-cy="content"><!--[--><!--[--><div data-cy="summary"><p><span>Whatever point you’re at in your journey as an apprentice or trainee, it’s great to feel motivated by people who’ve been through it all before. We’ve collected stories from apprentices and trainees who share their challenges and successes on the way to completing training. Be inspired and see where an apprenticeship or traineeship could take you.</span></p></div><!--]--><a href="/inspirational-stories" class="rpl-button rpl-button--filled rpl-button--default rpl-u-focusable-block" aria-busy="false" role="button" data-cy="cta"><!----><span class="rpl-button__label rpl-type-label rpl-type-weight-bold"><!----><!--[-->Get inspired<!--]--></span><!----></a><!--]--></div></div><!----></div><!--]--></div><!--]--><!--[--><div id="page-component-3337106" class="rpl-page-component" data-component-id="3337106" data-component-type="TideLandingPageContent"><!----><!--[--><div class="rpl-content"><h2 id="information-for-employers">Information for employers</h2></div><!--]--></div><!--]--><!--[--><div id="page-component-3675448" class="rpl-page-component" data-component-id="3675448" data-component-type="TideLandingPageCallToAction"><!----><!--[--><div class="rpl-card rpl-type-p rpl-card--call-to-action rpl-card--link rpl-card--inset" hassidebar="false" hastitle="false" pagebackground="alt"><!----><div class="rpl-card__upper"><!--[--><img src="/sites/default/files/2025-03/Capture.PNG?w=1984" srcset="/sites/default/files/2025-03/Capture.PNG?width=768 768w, /sites/default/files/2025-03/Capture.PNG?width=1536 1536w" sizes="(min-width: 0) 768px" width="1588" height="1032" alt="Employer who participated in the employer satisfaction survey. " class="rpl-image rpl-image--fill rpl-image--cover rpl-u-aspect-wide rpl-u-aspect-ultrawide-s rpl-u-aspect-panorama-m rpl-u-aspect-full-l rpl-card__media rpl-card__media--inset" loading="lazy" fetchpriority="auto" style="object-position:50% 50%;" title data-cy="image"><!--]--></div><div class="rpl-card__body"><!--[--><!--]--><!--[--><h3 class="rpl-card__cta rpl-type-h3" data-cy="title">Employer Satisfaction Survey</h3><!--]--><div class="rpl-card__content" data-cy="content"><!--[--><!--[--><div data-cy="summary"><p><span>If you employ an apprentice or trainee who attends or has recently graduated from training at a registered training organisation (RTO), the Employer Satisfaction Survey is your chance to provide feedback.</span></p></div><!--]--><a href="/employer-satisfaction-survey" class="rpl-button rpl-button--filled rpl-button--default rpl-u-focusable-block" aria-busy="false" role="button" data-cy="cta"><!----><span class="rpl-button__label rpl-type-label rpl-type-weight-bold"><!----><!--[-->Learn More<!--]--></span><!----></a><!--]--></div></div><!----></div><!--]--></div><!--]--><!--[--><div id="page-component-3337107" class="rpl-page-component" data-component-id="3337107" data-component-type="TideLandingPageCallToAction"><!----><!--[--><div class="rpl-card rpl-type-p rpl-card--call-to-action rpl-card--link rpl-card--inset" hassidebar="false" hastitle="false" pagebackground="alt"><!----><div class="rpl-card__upper"><!--[--><img src="/sites/default/files/2024-08/AppVic-employer.jpg?w=1984" srcset="/sites/default/files/2024-08/AppVic-employer.jpg?width=768 768w, /sites/default/files/2024-08/AppVic-employer.jpg?width=1536 1536w" sizes="(min-width: 0) 768px" width="2048" height="1152" alt="An employer and an apprentice shaking hands" class="rpl-image rpl-image--fill rpl-image--cover rpl-u-aspect-wide rpl-u-aspect-ultrawide-s rpl-u-aspect-panorama-m rpl-u-aspect-full-l rpl-card__media rpl-card__media--inset" loading="lazy" fetchpriority="auto" style="object-position:50% 50%;" title data-cy="image"><!--]--></div><div class="rpl-card__body"><!--[--><!--]--><!--[--><h3 class="rpl-card__cta rpl-type-h3" data-cy="title">Hiring an apprentice or trainee</h3><!--]--><div class="rpl-card__content" data-cy="content"><!--[--><!--[--><div data-cy="summary"><p><span>Hiring an apprentice or trainee means investing in the future of your workforce. You’ll gain a motivated employee with a growing set of practical, up-to-the-minute skills who can add real value to your business. </span></p></div><!--]--><a href="/how-hire-apprentices-and-trainees" class="rpl-button rpl-button--filled rpl-button--default rpl-u-focusable-block" aria-busy="false" role="button" data-cy="cta"><!----><span class="rpl-button__label rpl-type-label rpl-type-weight-bold"><!----><!--[-->Get started<!--]--></span><!----></a><!--]--></div></div><!----></div><!--]--></div><!--]--><!--]--><!--]--><div data-cy="topic-tags" class="tide-topic-tags"><!--[--><a href="/topic/jobs-careers" class="rpl-chip rpl-chip--default rpl-type-label rpl-u-focusable-block rpl-u-screen-only"><!--[-->Jobs &amp; careers<!--]--></a><!--]--></div><p class="rpl-type-p-small rpl-u-margin-t-6 rpl-updated-date" data-cy="updated-date"> Updated <time datetime="2025-03-24T09:58:02+11:00">24 March 2025</time></p><!--]--></main><!----></div></div></div><section id="rpl-below-body"><!--[--><!--[--><!--]--><div class="tide-content-rating rpl-u-screen-only"><div class="rpl-container"><div class="rpl-grid"><div class="rpl-col-12 rpl-col-7-m"><!----></div></div></div></div><!--]--></section><div class="rpl-back-to-top rpl-u-screen-only"><div class="rpl-back-to-top__inner rpl-container"><a href="#rpl-skip-links" class="rpl-button rpl-button--elevated rpl-button--default rpl-u-focusable-block rpl-back-to-top__button" aria-busy="false"><!----><span class="rpl-button__label rpl-type-label rpl-type-weight-bold"><!----><!--[-->Back to top<!--]--></span><span class="rpl-icon rpl-icon--size-s rpl-icon--icon-arrow-up rpl-button__icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.6 10.8 12.9.4c-.5-.5-1.3-.5-1.9 0L.4 10.8c-.5.5-.5 1.3 0 1.8l1.2 1.2c.5.5 1.4.5 1.9 0l6.3-6.5v15.4c0 .7.6 1.3 1.3 1.3h1.8c.7 0 1.3-.6 1.3-1.3V7.3l6.3 6.4c.5.5 1.4.5 1.9 0l1.2-1.2c.5-.4.5-1.2 0-1.7"></path></svg></span></a></div></div><!--[--><!--[--><footer class="rpl-footer rpl-footer--neutral rpl-u-screen-only" data-component-type="site-footer"><div class="rpl-container"><nav class="rpl-footer__nav" aria-label="Footer navigation"><!--[--><div class="rpl-footer-nav-section"><div class="rpl-footer-nav-section__header"><div class="rpl-footer-nav-section__header-inner"><h3 class="rpl-footer-nav-section__title rpl-type-label rpl-type-weight-bold"><a href="/apprentices-and-trainees" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[-->Apprentices and trainees<!--]--><!----><!--]--></a><!----></h3></div></div><div><ul class="rpl-list__items" data-depth="0"><!--[--><!--[--><li class="rpl-list__item rpl-type-p-small rpl-u-margin-b-3"><a href="/what-apprenticeship-or-traineeship" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->What is an apprenticeship or traineeship?<!--]--></span><!----><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--[--><li class="rpl-list__item rpl-type-p-small rpl-u-margin-b-3"><a href="/why-do-apprenticeship-or-traineeship" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->Why do an apprenticeship or traineeship?<!--]--></span><!----><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--[--><li class="rpl-list__item rpl-type-p-small rpl-u-margin-b-3"><a href="/how-get-started" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->How to get started<!--]--></span><!----><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--[--><li class="rpl-list__item rpl-type-p-small rpl-u-margin-b-3"><a href="/support-and-advice" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->Support and advice<!--]--></span><!----><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--[--><li class="rpl-list__item rpl-type-p-small rpl-u-margin-b-3"><a href="/safety-and-wellbeing" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->Safety and wellbeing<!--]--></span><!----><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--[--><li class="rpl-list__item rpl-type-p-small rpl-u-margin-b-3"><a href="/getting-ready-finish" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->Getting ready to finish<!--]--></span><!----><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--]--></ul></div></div><div class="rpl-footer-nav-section"><div class="rpl-footer-nav-section__header"><div class="rpl-footer-nav-section__header-inner"><h3 class="rpl-footer-nav-section__title rpl-type-label rpl-type-weight-bold"><a href="/employers" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[-->Employers<!--]--><!----><!--]--></a><!----></h3></div></div><div><ul class="rpl-list__items" data-depth="0"><!--[--><!--[--><li class="rpl-list__item rpl-type-p-small rpl-u-margin-b-3"><a href="/employer-satisfaction-survey" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->Employer Satisfaction Survey<!--]--></span><!----><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--[--><li class="rpl-list__item rpl-type-p-small rpl-u-margin-b-3"><a href="/why-hire-apprentice-or-trainee" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->Why hire an apprentice or trainee?<!--]--></span><!----><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--[--><li class="rpl-list__item rpl-type-p-small rpl-u-margin-b-3"><a href="/how-hire-apprentices-and-trainees" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->How to hire apprentices and trainees<!--]--></span><!----><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--[--><li class="rpl-list__item rpl-type-p-small rpl-u-margin-b-3"><a href="/support-employers" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->Support for employers<!--]--></span><!----><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--[--><li class="rpl-list__item rpl-type-p-small rpl-u-margin-b-3"><a href="/rights-and-obligations" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->Rights and obligations<!--]--></span><!----><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--[--><li class="rpl-list__item rpl-type-p-small rpl-u-margin-b-3"><a href="/safe-workplaces" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->Safe workplaces<!--]--></span><!----><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--]--></ul></div></div><div class="rpl-footer-nav-section"><div class="rpl-footer-nav-section__header"><div class="rpl-footer-nav-section__header-inner"><h3 class="rpl-footer-nav-section__title rpl-type-label rpl-type-weight-bold"><a href="/news-and-events" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[-->News and events<!--]--><!----><!--]--></a><!----></h3></div></div><div><ul class="rpl-list__items" data-depth="0"><!--[--><!--[--><li class="rpl-list__item rpl-type-p-small rpl-u-margin-b-3"><a href="/worldskills" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->WorldSkills<!--]--></span><!----><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--]--></ul></div></div><div class="rpl-footer-nav-section"><div class="rpl-footer-nav-section__header"><div class="rpl-footer-nav-section__header-inner"><h3 class="rpl-footer-nav-section__title rpl-type-label rpl-type-weight-bold"><a href="/about-apprenticeships-victoria" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[-->About<!--]--><!----><!--]--></a><!----></h3></div></div><div><ul class="rpl-list__items" data-depth="0"><!--[--><!--[--><li class="rpl-list__item rpl-type-p-small rpl-u-margin-b-3"><a href="/apprenticeships-taskforce" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->Apprenticeships Taskforce<!--]--></span><!----><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--[--><li class="rpl-list__item rpl-type-p-small rpl-u-margin-b-3"><a href="/victorian-programs-and-initiatives" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->Victorian programs and initiatives<!--]--></span><!----><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--[--><li class="rpl-list__item rpl-type-p-small rpl-u-margin-b-3"><a href="/apprenticeship-support-officers" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->Apprenticeship Support Officers<!--]--></span><!----><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--[--><li class="rpl-list__item rpl-type-p-small rpl-u-margin-b-3"><a href="/contact" class="rpl-text-link rpl-u-focusable-inline rpl-list__link"><!--[--><!--[--><!--[--><!----><!----><span class="rpl-list__label"><!--[-->Contact<!--]--></span><!----><!--]--><!--]--><!----><!--]--></a><!----></li><!--]--><!--]--></ul></div></div><!--]--></nav></div><div class="rpl-footer__custom-content"><div class="rpl-container"><!--[--><div class="rpl-footer__custom-content-inner"><div class="rpl-acknowledgement rpl-u-screen-only"><div class="rpl-acknowledgement__flags"><img src="data:image/svg+xml,%3csvg%20width=&#39;200&#39;%20height=&#39;140&#39;%20viewBox=&#39;0%200%20200%20140&#39;%20fill=&#39;none&#39;%20xmlns=&#39;http://www.w3.org/2000/svg&#39;%3e%3cg%20clip-path=&#39;url(%23clip0_7045_41129)&#39;%3e%3cpath%20d=&#39;M200%200H0V70H200V0Z&#39;%20fill=&#39;black&#39;/%3e%3cpath%20d=&#39;M200%2070H0V140H200V70Z&#39;%20fill=&#39;%23CC0000&#39;/%3e%3cpath%20d=&#39;M100%20105C119.079%20105%20134.545%2089.33%20134.545%2070C134.545%2050.67%20119.079%2035%20100%2035C80.9211%2035%2065.4545%2050.67%2065.4545%2070C65.4545%2089.33%2080.9211%20105%20100%20105Z&#39;%20fill=&#39;%23FFFF00&#39;/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=&#39;clip0_7045_41129&#39;%3e%3crect%20width=&#39;200&#39;%20height=&#39;140&#39;%20fill=&#39;white&#39;/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e" alt="Aboriginal flag" width="55" height="38" class="rpl-image rpl-image--cover rpl-acknowledgement__flag" loading="lazy" fetchpriority="auto"><img src="data:image/svg+xml,%3csvg%20width=&#39;200&#39;%20height=&#39;140&#39;%20viewBox=&#39;0%200%20200%20140&#39;%20fill=&#39;none&#39;%20xmlns=&#39;http://www.w3.org/2000/svg&#39;%3e%3cpath%20d=&#39;M201%200H0V24.2665H201V0Z&#39;%20fill=&#39;%23009966&#39;/%3e%3cpath%20d=&#39;M201%20115.733H-1.52588e-05V140H201V115.733Z&#39;%20fill=&#39;%23009966&#39;/%3e%3cpath%20d=&#39;M201%2031.2666H-1.52588e-05V108.733H201V31.2666Z&#39;%20fill=&#39;%23000099&#39;/%3e%3cpath%20d=&#39;M201%2024.2665H-1.52588e-05V31.2666H201V24.2665Z&#39;%20fill=&#39;black&#39;/%3e%3cpath%20d=&#39;M7.62939e-05%20115.734L201%20115.734V108.734L7.62939e-05%20108.734V115.734Z&#39;%20fill=&#39;black&#39;/%3e%3cpath%20d=&#39;M100.501%2079.1032L92.2294%2085.3954L95.3698%2075.1883L87.118%2068.8682L97.3294%2068.8533L100.501%2058.6561L103.671%2068.8533L113.882%2068.8682L105.63%2075.1883L108.771%2085.3954L100.501%2079.1032Z&#39;%20fill=&#39;white&#39;/%3e%3cpath%20d=&#39;M125.855%2094.1751C125.945%2093.9447%20126.022%2093.7257%20126.117%2093.5133C127.281%2090.922%20128.359%2088.2962%20129.295%2085.6094C130.733%2081.4756%20131.849%2077.2594%20132.491%2072.923C132.78%2070.9672%20132.936%2068.9949%20132.954%2067.021C132.994%2062.6089%20132.36%2058.3104%20130.719%2054.1897C128.919%2049.6739%20126.45%2046.2183%20122.82%2043.0393C119.959%2040.5336%20116.763%2038.5531%20113.353%2036.9101C110.603%2035.5848%20107.087%2034.0604%20103.948%2033.2487L100.502%2048.133L97.0567%2033.2487C93.918%2034.0604%2090.402%2035.5848%2087.6519%2036.9101C84.2421%2038.5531%2081.0463%2040.5336%2078.1852%2043.0393C74.5549%2046.2183%2072.0841%2049.6723%2070.2861%2054.1897C68.6449%2058.3104%2068.0097%2062.6106%2068.0505%2067.021C68.0684%2068.9949%2068.2252%2070.9672%2068.5143%2072.923C69.1544%2077.261%2070.2698%2081.4772%2071.7101%2085.6094C72.6459%2088.2945%2073.7237%2090.9204%2074.888%2093.5133C74.9828%2093.7241%2075.0595%2093.9447%2075.1493%2094.1751C74.9648%2094.3678%2061.8971%20106.787%2061.8971%20106.787L85.8981%2097.9139L85.9062%2065.8867C85.9062%2065.8867%2086.014%2065.6184%2086.2524%2065.2825C87.6127%2063.358%2089.1984%2061.6557%2091.1222%2060.2942C93.5832%2058.5524%2096.2352%2057.4971%2099.1159%2057.2617C99.5732%2057.2239%20100.037%2057.2074%20100.506%2057.2123C100.974%2057.2074%20101.438%2057.2255%20101.895%2057.2617C104.776%2057.4971%20107.428%2058.5524%20109.889%2060.2942C111.811%2061.6557%20113.397%2063.358%20114.759%2065.2825C114.997%2065.6184%20115.105%2065.8867%20115.105%2065.8867L115.113%2097.9139L139.114%20106.787C139.114%20106.787%20126.04%2094.3694%20125.855%2094.1751Z&#39;%20fill=&#39;white&#39;/%3e%3c/svg%3e" alt="Torres Strait Islander flag" width="55" height="38" class="rpl-image rpl-image--cover rpl-acknowledgement__flag" loading="lazy" fetchpriority="auto"></div><p class="rpl-acknowledgement__message rpl-type-p rpl-type-weight-bold">The Victorian Government acknowledges Aboriginal and Torres Strait Islander people as the Traditional Custodians of the land and acknowledges and pays respect to their Elders, past and present.</p></div></div><!--]--><!----></div></div><div class="rpl-container"><div class="rpl-footer-bottom"><div class="rpl-footer-bottom__links"><ul class="rpl-footer-core-links"><!--[--><li><a href="/privacy-vicgovau" class="rpl-text-link rpl-u-focusable-inline rpl-type-p-small"><!--[--><!--[-->Privacy<!--]--><!----><!--]--></a></li><li><a href="/disclaimer" class="rpl-text-link rpl-u-focusable-inline rpl-type-p-small"><!--[--><!--[-->Disclaimer<!--]--><!----><!--]--></a></li><li><a href="/copyright" class="rpl-text-link rpl-u-focusable-inline rpl-type-p-small"><!--[--><!--[-->Copyright<!--]--><!----><!--]--></a></li><li><a href="/freedom-information-victorian-government" class="rpl-text-link rpl-u-focusable-inline rpl-type-p-small"><!--[--><!--[-->Freedom of information<!--]--><!----><!--]--></a></li><li><a href="/accessibility" class="rpl-text-link rpl-u-focusable-inline rpl-type-p-small"><!--[--><!--[-->Accessibility<!--]--><!----><!--]--></a></li><li><a href="/sitemap" class="rpl-text-link rpl-u-focusable-inline rpl-type-p-small"><!--[--><!--[-->Sitemap<!--]--><!----><!--]--></a></li><!--]--></ul><div class="rpl-type-label-small"><!--[--><p>© Copyright State Government of Victoria</p><!--]--></div></div><div class="rpl-footer-bottom__branding"><!--[--><!--]--><a href="https://vic.gov.au" rel="noopener noreferrer" class="rpl-footer-logo-link rpl-u-focusable-outline rpl-u-focusable-outline--no-border rpl-u-focusable--alt-colour"><!--[--><span class="rpl-u-visually-hidden">Victoria government home</span><svg viewBox="0 0 533 302" class="rpl-footer-vic-gov-logo"><path d="M322.425 111.778c9.459 0 17.265 7.729 17.265 17.093 0 9.363-7.806 17.093-17.265 17.093-9.463 0-17.273-7.73-17.273-17.093 0-9.364 7.81-17.093 17.273-17.093m0 52.734c20.481 0 36.92-15.367 36.92-35.64 0-20.276-16.439-35.64-36.92-35.64-20.489 0-36.928 15.364-36.928 35.64 0 20.273 16.44 35.64 36.928 35.64m77.487-36.914h-12.585v-16.093h12.585c4.223 0 6.98 4.73 6.98 8.093 0 3.364-2.757 8-6.98 8m14.14 12.457c6.619-4.545 11.856-11.274 11.856-20.457 0-14.275-11.488-24.822-25.996-24.822h-31.323v68.192h18.738v-18.55h8.82l8.544 18.55h21.03zm41.957-45.278h-18.732v68.191h18.732zm36.448 44.272 5.813-13.274h.39l5.811 13.274zm2.493-44.281-31.587 68.196h20.087l3.298-7.727h23.432l3.3 7.727h20.085l-31.587-68.196zm-350.547 67.598H125.27V95.392h19.133zm99.485.602h18.736v-51.462h18.826V94.777H236.1L280.153-.287H-.001l44.337 95.68h20.671l16.962 36.603 16.962-36.603h20.71l-31.034 66.973H75.371l64.703 139.632 66.197-142.852a34.74 34.74 0 0 1-17.45 4.678c-20.002 0-35.895-15.09-35.895-35.005s15.893-35.007 35.895-35.007c12.77 0 23.931 6.878 30.002 17.06l-15.626 9.375c-2.948-4.819-8.304-8.218-14.376-8.218-9.286 0-16.787 7.595-16.787 16.79s7.501 16.79 16.787 16.79c6.072 0 11.428-3.306 14.376-8.217l10.294 6.176 14.857-32.062h15.54zm11.102 56.296c-4.385 0-8.404-1.704-10.864-3.677l-3.533 5.48c3.654 2.948 9.209 4.459 14.373 4.459 7.334 0 13.96-3.58 13.96-11.11 0-5.945-4.773-8.55-10.867-9.549l-1.922-.316c-4.093-.684-7.042-1.437-7.042-3.949 0-2.58 2.703-4.09 6.53-4.09 3.726 0 6.99 1.24 9.671 2.896l3.216-5.552c-4.287-2.559-8.26-3.632-13.035-3.632-7.26 0-13.593 3.7-13.593 10.816 0 6.164 4.384 8.82 10.402 9.772l2.169.34c4.75.754 7.236 1.633 7.236 3.994 0 2.632-2.924 4.118-6.701 4.118m37.028 3.776-2.341-4.97c-1.29.781-2.923 1.534-4.434 1.534-1.975 0-3.53-1.073-3.53-4.017v-8.625h8.548v-5.651h-8.549v-7.017h-6.36v7.017h-4.557v5.651h4.557v9.135c0 6.116 2.994 9.429 8.842 9.429 3.365 0 5.75-1.076 7.824-2.487m13.71-3.437c-3.728 0-6.09-2.897-6.09-6.501s2.362-6.505 6.09-6.505c3.632 0 6.095 2.78 6.095 6.505 0 3.73-2.463 6.5-6.095 6.5m12.113 5.316V201.31h-6.216v2.6c-1.56-1.922-3.823-3.235-7.068-3.235-6.504 0-11.424 5.338-11.424 12.425 0 7.09 4.92 12.42 11.424 12.42 3.245 0 5.536-1.31 7.068-3.211v2.608zm16.751.609c3.369 0 5.75-1.076 7.828-2.487l-2.341-4.969c-1.292.781-2.925 1.534-4.438 1.534-1.972 0-3.528-1.073-3.528-4.017v-8.625h8.548v-5.651h-8.548v-7.017h-6.361v7.017h-4.556v5.651h4.556v9.135c0 6.116 2.992 9.429 8.84 9.429m20.83-19.367c2.728 0 4.556 1.705 5.139 4.726h-10.454c.563-2.923 2.32-4.726 5.315-4.726m6.7 11.691c-1.707 1.44-3.922 2.265-5.972 2.265-2.993 0-5.383-1.482-6.063-4.896h16.737c.07-.535.119-1.414.119-2.144-.02-7.356-4.675-12.4-11.473-12.4-7.064 0-11.939 5.068-11.939 12.495 0 7.436 5.02 12.356 12.257 12.356 3.967 0 7.384-1.125 10.058-3.58zM259.23 249.834v5.673h8.672c-.9 4.849-4.14 7.53-9.695 7.53-5.897 0-10.646-4.362-10.646-11.327 0-6.65 4.53-11.23 10.77-11.23 3.482 0 6.307 1.36 8.23 3.58l4.9-4.8c-3.021-3.293-7.53-5.24-12.938-5.24-10.474 0-18.003 7.382-18.003 17.69 0 11.012 8.382 17.66 17.833 17.66 9.67 0 16.664-7.284 16.664-17.612 0-.636-.024-1.268-.098-1.924zm31.736 13.616c-3.58 0-6.261-2.677-6.261-6.503s2.682-6.509 6.26-6.509c3.585 0 6.286 2.684 6.286 6.51s-2.7 6.502-6.285 6.502m0-18.929c-7.334 0-12.742 5.313-12.742 12.426 0 7.115 5.408 12.424 12.742 12.424 7.36 0 12.79-5.31 12.79-12.424s-5.43-12.426-12.79-12.426m26.459 17.541-6.12-16.905h-6.918l9.33 23.606h7.335l9.233-23.606h-6.7zm20.091-7.332c.562-2.924 2.312-4.725 5.313-4.725 2.73 0 4.55 1.705 5.14 4.726zm5.36-10.209c-7.068 0-11.937 5.067-11.937 12.498s5.021 12.352 12.251 12.352c3.973 0 7.384-1.121 10.064-3.58l-3.73-4.095c-1.702 1.438-3.924 2.268-5.966 2.268-2.992 0-5.383-1.486-6.064-4.898h16.732c.077-.536.125-1.411.125-2.144-.028-7.358-4.681-12.4-11.474-12.4m21.85 3.214v-2.58h-6.167v23.607h6.362V255.9c0-3.51 2.02-5.313 4.966-5.313 1.291 0 2.805.292 3.855.757l.945-6.308c-.876-.32-1.945-.515-3.314-.515-2.895 0-5.16 1-6.647 3.215m26.455-3.215c-2.682 0-5.264.902-6.945 3.41v-2.774h-6.189v23.606h6.356v-12.938c0-3.556 2.27-5.335 5-5.335 2.897 0 4.604 1.875 4.604 5.287v12.986h6.355v-15.032c0-5.48-3.827-9.21-9.18-9.21m43.622 0c-3.09 0-6.188 1.048-8.014 4.044-1.585-2.508-4.383-4.044-7.793-4.044-2.682 0-5.265.902-6.946 3.41v-2.774h-6.19v23.606h6.358v-12.938c0-3.556 2.27-5.335 5-5.335 2.896 0 4.604 1.875 4.604 5.287v12.986h6.356v-12.938c0-3.556 2.263-5.335 4.993-5.335 2.875 0 4.604 1.875 4.604 5.287v12.986h6.335v-15.032c0-5.48-3.751-9.21-9.307-9.21m19.925 10.209c.556-2.924 2.313-4.725 5.307-4.725 2.729 0 4.556 1.705 5.14 4.726zm5.355-10.209c-7.064 0-11.938 5.067-11.938 12.498s5.021 12.352 12.257 12.352c3.973 0 7.383-1.121 10.064-3.58l-3.73-4.095c-1.708 1.438-3.923 2.268-5.965 2.268-3 0-5.39-1.486-6.07-4.898h16.738c.07-.536.118-1.411.118-2.144-.02-7.358-4.674-12.4-11.474-12.4m28.815-.001c-2.672 0-5.257.902-6.938 3.41v-2.774h-6.188v23.606h6.355v-12.938c0-3.556 2.265-5.335 4.993-5.335 2.903 0 4.604 1.875 4.604 5.287v12.986h6.363v-15.032c0-5.48-3.826-9.21-9.189-9.21m26.552 18.929c-1.972 0-3.535-1.07-3.535-4.018v-8.626h8.557v-5.65h-8.557v-7.019h-6.355v7.02h-4.557v5.649h4.557v9.136c0 6.116 2.993 9.429 8.841 9.429 3.362 0 5.752-1.073 7.82-2.486l-2.333-4.97c-1.29.781-2.923 1.535-4.438 1.535"></path></svg><!--]--></a></div></div></div></footer><!--]--><!--]--></div></div></div><!--]--><!--]--></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="true" id="__NUXT_DATA__">[["ShallowReactive",1],{"data":2,"state":435,"once":437,"_errors":438,"serverRendered":241},["ShallowReactive",3],{"site-2076":4,"page-/":243},{"name":5,"shortName":6,"siteAlerts":7,"slogan":8,"favicon":9,"appIcon":6,"siteLogo":14,"showQuickExit":18,"acknowledgementHeader":19,"cornerGraphic":20,"contentRatingText":29,"acknowledgementFooter":19,"copyrightHtml":12,"footerLogos":30,"theme":31,"featureFlags":42,"socialImages":47,"menus":61,"socialLinks":239,"sitemap":240},"apprenticeships.vic.gov.au",null,[],"\u003Cp>Apprenticeships Victoria\u003C/p>",{"src":10,"alt":11,"title":12,"width":13,"height":13},"/sites/default/files/2024-09/AppVic_Ripple2_FavIcon.png","\"\"","",512,{"href":15,"src":16,"altText":12,"printSrc":17},"/","/sites/default/files/site_logo/Apprenticeships-Victoria-logo.png","/sites/default/files/2024-06/Apprenticeships-Victoria-logo.png",false,"The Victorian Government acknowledges Aboriginal and Torres Strait Islander people as the Traditional Custodians of the land and acknowledges and pays respect to their Elders, past and present.",{"top":21,"bottom":25},{"src":22,"alt":11,"title":12,"width":23,"height":24},"/sites/default/files/2024-06/APPVIC-Ripple2_Cornergraphic-top.png",1280,928,{"src":26,"alt":11,"title":12,"width":27,"height":28},"/sites/default/files/2024-06/APPVIC-Ripple2_Cornergraphic-bottom.png",1088,384,"\u003Cp>\u003Cspan>Please enter your feedback about this page so we can understand what's helpful or unhelpful. If you need a response, please use our \u003C/span>\u003Ca class=\"cc-1rn59kg\" href=\"https://www.vic.gov.au/contact-us\" title=\"https://www.vic.gov.au/contact-us\">contact us form\u003C/a>\u003Cspan>.\u003C/span>\u003C/p>",[],{"rpl-clr-primary":32,"rpl-clr-primary-alt":33,"rpl-clr-primary-alpha":34,"rpl-clr-accent":33,"rpl-clr-accent-alt":35,"rpl-clr-link":36,"rpl-clr-focus":37,"rpl-clr-gradient-horizontal":38,"rpl-clr-gradient-vertical":39,"rpl-clr-type-primary-contrast":40,"rpl-clr-type-primary-accessible":40,"rpl-clr-type-primary-alt-accessible":40,"rpl-clr-type-primary-contrast-alpha":41,"rpl-clr-type-accent-contrast":40,"rpl-clr-type-focus-contrast":40},"#4CBAC1","#99D7DB","rgba(76, 186, 193, 0.5)","#F5FBFB","#006E75","#FBAE3D","linear-gradient(90deg, #3A2376 0%, #29A4AA 40%, #CEDA41 90%)","linear-gradient(180deg, #3A2376 0%, #29A4AA 40%, #CEDA41 90%)","#1A1A1A","rgba(26, 26, 26, 0.75)",{"prodMeasurementID":43,"uatMeasurementID":44,"gtmContainerID":45,"footerTheme":46},"G-ES5B31RKB8","G-JQ8SXT72BY","GTM-MMQFG48K","neutral",{"twitter":48,"og":53},{"src":49,"alt":12,"title":12,"width":50,"height":50,"focalPoint":51},"/sites/default/files/2024-06/APPVIC-Ripple2_Twitter.png",600,{"x":52,"y":52},300,{"src":54,"alt":55,"title":55,"width":56,"height":57,"focalPoint":58},"/sites/default/files/2024-06/APPVIC-Ripple2_Social-Share.png","Apprenticeships vic - social share image",818,496,{"x":59,"y":60},409,248,{"menuMain":62,"menuFooter":213},[63,144,185,194],{"text":64,"url":65,"id":66,"parent":6,"weight":67,"items":68},"Apprentices and trainees","/apprentices-and-trainees","0b0a1f12-8dd7-4bd2-ade4-717af2ad2e37",-50,[69,78,88,106,124,134],{"text":70,"url":71,"id":72,"parent":66,"weight":67,"items":73},"What is an apprenticeship or traineeship?","/what-apprenticeship-or-traineeship","cc15af21-1e75-4500-9f62-13eab10dd08a",[74],{"text":75,"url":76,"id":77,"parent":72,"weight":67},"What to expect","/what-expect","f28cf40a-e8e6-4730-87ca-3ab930e205e2",{"text":79,"url":80,"id":81,"parent":66,"weight":82,"items":83},"Why do an apprenticeship or traineeship?","/why-do-apprenticeship-or-traineeship","d66e4bef-493e-45d4-9502-4754c2f7a63d",-49,[84],{"text":85,"url":86,"id":87,"parent":81,"weight":67},"Inspirational stories","/inspirational-stories","7912abaf-4507-4fb7-b79e-3e84dde16dc8",{"text":89,"url":90,"id":91,"parent":66,"weight":92,"items":93},"How to get started","/how-get-started","952efb05-0508-46dc-816b-7c5f253e742c",-48,[94,98,102],{"text":95,"url":96,"id":97,"parent":91,"weight":67},"Pre-apprenticeships","/pre-apprenticeships","e77c7380-4768-4780-bb7e-bdb6acaac6a1",{"text":99,"url":100,"id":101,"parent":91,"weight":82},"School-based apprenticeships and traineeships","/school-based-apprenticeships-and-traineeships","fd50bef5-33a2-4ffe-a47d-59d810234fbe",{"text":103,"url":104,"id":105,"parent":91,"weight":92},"Mainstream apprenticeships and traineeships","/apprenticeships-and-traineeships","16040c92-3fb6-413a-9a94-aa92d177ff1a",{"text":107,"url":108,"id":109,"parent":66,"weight":110,"items":111},"Support and advice","/support-and-advice","ecc6d3c6-ec9b-4699-b25a-496cafaa3f1d",-46,[112,116,120],{"text":113,"url":114,"id":115,"parent":109,"weight":67},"Apprentice Employee Assistance Program","/apprentice-employee-assistance-program","90b23864-eb09-4931-9317-bf72ee682198",{"text":117,"url":118,"id":119,"parent":109,"weight":82},"Apprenticeship Support Officers","/apprenticeship-support-officers","092fa65d-d352-448c-bd03-8be626a44c52",{"text":121,"url":122,"id":123,"parent":109,"weight":92},"Out of work support","/out-work-support","3558428c-5dc8-4d01-94bc-7aba52e95860",{"text":125,"url":126,"id":127,"parent":66,"weight":128,"items":129},"Safety and wellbeing","/safety-and-wellbeing","3e085138-379f-442a-a2e0-f6a0a6da8773",-45,[130],{"text":131,"url":132,"id":133,"parent":127,"weight":82},"Supervision","/supervision","4712bdb1-fcdc-472a-9bde-76fa8b95324f",{"text":135,"url":136,"id":137,"parent":66,"weight":138,"items":139},"Getting ready to finish","/getting-ready-finish","c470a598-e009-42ec-83e8-408da9e59e17",-44,[140],{"text":141,"url":142,"id":143,"parent":137,"weight":82},"Trade papers","/trade-papers","1608c774-a863-4719-a77f-94ca64dd9ea7",{"text":145,"url":146,"id":147,"parent":6,"weight":82,"items":148},"Employers","/employers","438ce28a-a54a-45f2-821e-dbc7d7ddbc78",[149,153,157,166,174,181],{"text":150,"url":151,"id":152,"parent":147,"weight":67},"Employer Satisfaction Survey","/employer-satisfaction-survey","428d137f-cc2f-492b-99f3-2a0955e01cde",{"text":154,"url":155,"id":156,"parent":147,"weight":82},"Why hire an apprentice or trainee?","/why-hire-apprentice-or-trainee","507f72b0-f3c3-4dc2-8cd1-f1ad8b0154f3",{"text":158,"url":159,"id":160,"parent":147,"weight":92,"items":161},"How to hire apprentices and trainees","/how-hire-apprentices-and-trainees","c994aa57-42c6-4073-a497-4d72fc46f1ee",[162],{"text":163,"url":164,"id":165,"parent":160,"weight":67},"Group Training Organisations","/group-training-organisations","bc5d7e60-e6b1-4bb3-bfed-172b29882338",{"text":167,"url":168,"id":169,"parent":147,"weight":170,"items":171},"Support for employers","/support-employers","af3566e5-f0fe-4311-a4eb-7e4c1ca666ba",-47,[172],{"text":117,"url":118,"id":173,"parent":169,"weight":82},"e4a859e2-4951-43d6-bfe5-c9aa04477d02",{"text":175,"url":176,"id":177,"parent":147,"weight":110,"items":178},"Rights and obligations","/rights-and-obligations","79a57c02-ce50-482e-b887-6c9a9731b4c5",[179],{"text":131,"url":132,"id":180,"parent":177,"weight":67},"e82c30d0-f918-482f-b5b9-160786bf3bbc",{"text":182,"url":183,"id":184,"parent":147,"weight":128},"Safe workplaces","/safe-workplaces","9a62543a-e26c-4d7a-8a1b-d27130033d84",{"text":186,"url":187,"id":188,"parent":6,"weight":92,"items":189},"News and events","/news-and-events","b620a143-5717-4959-ac27-6b42c778053d",[190],{"text":191,"url":192,"id":193,"parent":188,"weight":82},"WorldSkills","/worldskills","fb866f0c-4d07-40d4-a8b3-9da51047c114",{"text":195,"url":196,"id":197,"parent":6,"weight":110,"items":198},"About","/about-apprenticeships-victoria","8723e474-cf01-4e90-83a9-21d5e978e9f2",[199,203,207,209],{"text":200,"url":201,"id":202,"parent":197,"weight":67},"Apprenticeships Taskforce","/apprenticeships-taskforce","d857491e-f4f8-4e42-a0a9-13917a126b8b",{"text":204,"url":205,"id":206,"parent":197,"weight":82},"Victorian programs and initiatives","/victorian-programs-and-initiatives","2896cd86-ed50-42b1-a457-c57f16d0fcb0",{"text":117,"url":118,"id":208,"parent":197,"weight":92},"9e32368f-06f9-4b55-830d-9e927ffb65a2",{"text":210,"url":211,"id":212,"parent":197,"weight":170},"Contact","/contact","276667f7-192c-46da-971a-4c28cfabba7a",[214,218,222,226,230,234],{"text":215,"url":216,"id":217,"parent":6,"weight":67},"Privacy","/privacy-vicgovau","aa44a6d5-6606-44aa-8244-51be619b8b7a",{"text":219,"url":220,"id":221,"parent":6,"weight":82},"Disclaimer","/disclaimer","3ea74bef-6a1b-4776-a54d-caa9c7ddd258",{"text":223,"url":224,"id":225,"parent":6,"weight":92},"Copyright","/copyright","dc67fb7f-f887-4c2f-a813-3fb41188bafa",{"text":227,"url":228,"id":229,"parent":6,"weight":170},"Freedom of information","/freedom-information-victorian-government","c13a9db3-33a0-4d5e-a972-08153b17c705",{"text":231,"url":232,"id":233,"parent":6,"weight":110},"Accessibility","/accessibility","5b10f520-16b9-4f5a-9b8e-15e1bad4f854",{"text":235,"url":236,"id":237,"parent":6,"weight":238},"Sitemap","https://www.apprenticeships.vic.gov.au/sitemap","a62274fa-5fab-40a3-a3b4-2ceda984c14e",0,[],{"showTableOfContents":241,"tableOfContentsTitle":242},true,"Jump to",{"title":244,"changed":245,"created":246,"type":247,"nid":248,"_sectionId":249,"sidebar":250,"status":255,"topicTags":256,"tags":260,"topic":261,"siteSection":262,"meta":266,"showContentRating":241,"summary":269,"showHeroAcknowledgement":18,"showInPageNav":18,"showHeroImageCaption":18,"showTopicTags":241,"inPageNavHeadingLevel":285,"background":286,"header":287,"primaryCampaign":296,"secondaryCampaign":6,"headerComponents":307,"bodyComponents":321},"Apprenticeships Victoria","2025-03-24T09:58:02+11:00","2024-05-22T10:27:03+10:00","landing_page","787f2abd-9439-437b-ad02-56b24687c347","2076",{"contacts":251,"relatedLinks":252,"whatsNext":253,"socialShareNetworks":254,"siteSectionNav":6},[],[],[],[],"published",[257],{"text":258,"url":259},"Jobs & careers","/topic/jobs-careers",[],{"text":258,"url":259},{"id":263,"name":5,"siteOverrides":264},2076,{"showQuickExit":6,"featureFlags":265},{"prodMeasurementID":43,"uatMeasurementID":44,"gtmContainerID":45,"footerTheme":46},{"url":267,"langcode":268,"description":269,"additional":270,"keywords":12,"image":6},"/apprenticeships-victoria","en","We aim to increase participation in high-quality and safe apprenticeships and traineeships.",[271,276,281],{"tag":272,"attributes":273},"meta",{"name":274,"content":275},"title","Apprenticeships Victoria | Apprenticeships Victoria",{"tag":277,"attributes":278},"link",{"rel":279,"href":280},"canonical","https://content.vic.gov.au/apprenticeships-victoria",{"tag":272,"attributes":282},{"property":283,"content":284},"og:locale","en-AU","h2","alt",{"title":244,"summary":269,"links":288,"backgroundImageCaption":6,"theme":290,"logoImage":6,"backgroundImage":291,"cornerTop":6,"cornerBottom":6,"primaryAction":6,"secondaryAction":6,"secondaryActionLabel":12},{"title":12,"items":289,"more":6},[],"reverse",{"src":292,"alt":12,"title":12,"width":293,"height":23,"focalPoint":294},"/sites/default/files/2024-11/AppVic-jd-truck.jpg",1920,{"x":295,"y":13},1229,{"title":113,"summaryHtml":297,"cta":298,"image":300,"imageCaption":6},"\u003Cp>\u003Cspan class=\"TextRun BCX0 SCXP167203097 NormalTextRun\" lang=\"EN-AU\">A free service for apprentices to access confidential short-term counselling and support for a broad range of health and wellbeing matters. No doctor's referral required.\u003C/span>\u003C/p>",{"text":299,"url":114},"Learn more",{"src":301,"alt":302,"title":12,"width":293,"height":303,"focalPoint":304},"/sites/default/files/2024-11/AppVic-apprentice-phone-v2_0.jpg","Apprentice wearing hard hat and high-vis vest, speaking on mobile phone",1080,{"x":305,"y":306},1248,443,[308],{"uuid":309,"component":310,"id":311,"props":312},"42068b81-c865-4777-a8d7-ce6c3ae66edc","TideLandingPageIntroBanner","3337080",{"title":313,"withIcon":18,"links":314,"html":320},"About us",{"title":6,"items":315,"type":277,"more":6},[316,317,318,319],{"text":70,"url":71},{"text":89,"url":90},{"text":107,"url":108},{"text":204,"url":205},"\u003Cp>Apprenticeships Victoria (AV) is here to enable real and rewarding apprenticeships and traineeships for all Victorians. There are many great opportunities to earn while you learn, develop real-world skills, and get an up-close view of what your future career could look like.\u003C/p>",[322,332,350,362,378,386,399,408,422],{"uuid":323,"component":324,"id":325,"internalAnchors":326,"props":330},"c5a62f5d-6419-4448-908e-6becc5df2b0b","TideLandingPageContent","3337062",[327],{"text":328,"id":329,"type":285},"Support for your apprenticeship or traineeship journey","support-for-your-apprenticeship-or-traineeship-journey",{"html":331},"\u003Ch2 id=\"support-for-your-apprenticeship-or-traineeship-journey\">Support for your apprenticeship or traineeship journey\u003C/h2>",{"uuid":333,"component":334,"id":335,"layout":336,"props":337},"a81cc16d-0920-4de1-b6ae-394454f6e272","TideLandingPagePromoCard","3334195","card",{"displayStyle":338,"title":339,"summary":340,"image":341,"url":348,"showMetadata":241,"metadata":349},"thumbnail","Skills and Jobs Centres","Get free career advice and support through your local Skills and Jobs Centre",{"src":342,"alt":339,"title":339,"width":343,"height":344,"focalPoint":345},"/sites/default/files/2024-08/AppVic-SJC-support.jpg",2048,1367,{"x":346,"y":347},1024,684,"https://www.vic.gov.au/skills-and-jobs-centres",{"dateStart":12,"dateEnd":12,"topic":12,"contentType":12,"fvRecommendationStatus":12,"inductionYear":12,"isGrantOngoing":18},{"uuid":351,"component":334,"id":352,"layout":336,"props":353},"69f61f45-1086-4087-b90f-4d1d49892173","3334196",{"displayStyle":338,"title":117,"summary":354,"image":355,"url":118,"showMetadata":18,"metadata":360},"Apprenticeship Support Officers (ASOs) help apprentices get the most out of the apprenticeship system. They can advise on a range of matters, including wages, training, safety and wellbeing.",{"src":356,"alt":117,"title":117,"width":343,"height":357,"focalPoint":358},"/sites/default/files/2024-08/AppVic-ASO-handshake.jpg",1379,{"x":346,"y":359},690,{"dateStart":12,"dateEnd":12,"topic":258,"contentType":361,"fvRecommendationStatus":12,"inductionYear":12,"isGrantOngoing":18},"Landing page",{"uuid":363,"component":334,"id":364,"layout":336,"props":365},"6515a5cb-1e99-412e-81e6-32855c986986","3334197",{"displayStyle":338,"title":366,"summary":367,"image":368,"url":376,"showMetadata":241,"metadata":377},"Trade apprentice registration discount","If you're a Victorian trade apprentice using your car for work, find out how you can get up to 100% off your next registration renewal.",{"src":369,"alt":370,"title":12,"width":371,"height":372,"focalPoint":373},"/sites/default/files/2024-08/AppVic-Leah-rego-campaign2.jpg","An apprentice, sitting in the drivers seat of a heavy vehicle",699,411,{"x":374,"y":375},433,193,"https://www.vicroads.vic.gov.au/registration/registration-fees/concessions-and-discounts/trade-apprentice-registration-discount",{"dateStart":12,"dateEnd":12,"topic":12,"contentType":12,"fvRecommendationStatus":12,"inductionYear":12,"isGrantOngoing":18},{"uuid":379,"component":324,"id":380,"internalAnchors":381,"props":384},"6a7c568a-6ce8-444b-9c4e-dfc778046107","3337616",[382],{"text":85,"id":383,"type":285},"inspirational-stories",{"html":385},"\u003Ch2 id=\"inspirational-stories\">Inspirational stories\u003C/h2>",{"uuid":387,"component":388,"id":389,"props":390},"f440b8c3-28b8-4e9c-a611-8d5169d6a962","TideLandingPageCallToAction",3374513,{"title":391,"image":392,"url":86,"ctaText":397,"summary":398},"Real stories from real apprentices",{"src":393,"alt":12,"title":12,"width":343,"height":394,"focalPoint":395},"/sites/default/files/2024-08/AppVic-Andy-11-1-scaled.jpg",1620,{"x":346,"y":396},810,"Get inspired","\u003Cp>\u003Cspan>Whatever point you’re at in your journey as an apprentice or trainee, it’s great to feel motivated by people who’ve been through it all before. We’ve collected stories from apprentices and trainees who share their challenges and successes on the way to completing training. Be inspired and see where an apprenticeship or traineeship could take you.\u003C/span>\u003C/p>",{"uuid":400,"component":324,"id":401,"internalAnchors":402,"props":406},"720a3139-94e9-4853-bce5-a9ab8588741b","3337106",[403],{"text":404,"id":405,"type":285},"Information for employers","information-for-employers",{"html":407},"\u003Ch2 id=\"information-for-employers\">Information for employers\u003C/h2>",{"uuid":409,"component":388,"id":410,"props":411},"463364c1-a5fb-470b-b085-805c07299469",3675448,{"title":150,"image":412,"url":151,"ctaText":420,"summary":421},{"src":413,"alt":414,"title":12,"width":415,"height":416,"focalPoint":417},"/sites/default/files/2025-03/Capture.PNG","Employer who participated in the employer satisfaction survey. ",1588,1032,{"x":418,"y":419},794,516,"Learn More","\u003Cp>\u003Cspan>If you employ an apprentice or trainee who attends or has recently graduated from training at a registered training organisation (RTO), the Employer Satisfaction Survey is your chance to provide feedback.\u003C/span>\u003C/p>",{"uuid":423,"component":388,"id":424,"props":425},"4c0c8e19-56f4-4a56-8bbe-8e3bddfa25ee",3337107,{"title":426,"image":427,"url":159,"ctaText":433,"summary":434},"Hiring an apprentice or trainee",{"src":428,"alt":429,"title":12,"width":343,"height":430,"focalPoint":431},"/sites/default/files/2024-08/AppVic-employer.jpg","An employer and an apprentice shaking hands",1152,{"x":346,"y":432},576,"Get started","\u003Cp>\u003Cspan>Hiring an apprentice or trainee means investing in the future of your workforce. You’ll gain a motivated employee with a growing set of practical, up-to-the-minute skills who can add real value to your business. \u003C/span>\u003C/p>",["Reactive",436],{},["Set"],["ShallowReactive",439],{"site-2076":6,"page-/":6}]</script> <script>window.__NUXT__={};window.__NUXT__.config={public:{tide:{appSearch:{searchKey:"search-6ixxo6ryafbhercr85fynx8t",endpointBase:"https://ent.sdp4.elastic.sdp.vic.gov.au",engineName:"content-vic-production"},elasticsearch:{host:"https://a83890f7a31dea14e1ae83c6f0afacca.sdp4.elastic.sdp.vic.gov.au",index:"elasticsearch_index_production_node"},analytics:{GTM:"GTM-KF8NCW2"},baseUrl:"https://content.vic.gov.au",site:2076},newRelic:{browser:{enabled:false,accountID:"",trustKey:"",agentID:"",licenseKey:"",applicationID:""}},siteUrl:"https://www.apprenticeships.vic.gov.au",apiUrl:"",isProduction:true},app:{baseURL:"/",buildId:"5b996f98-d5d4-43f4-abaa-eb89cae72179",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10