@switch($type) @case('#introCover') @include('pages.dashboard.intro') @break @case('#footerCover') @include('pages.dashboard.footer') @break @case('#candCover') @include('pages.dashboard.cand') @break @case('#instructCover') @include('pages.dashboard.instruct') @break @case('#compSummCover') @include('pages.dashboard.comp') @break @case('#hrefCoverReports') @include('pages.dashboard.coverReports') @break @case('#developCover') @include('pages.dashboard.develop') @break @default @include('pages.dashboard.cover') @break; @endswitch