@extends('layouts.main') @section('title', 'GLESEC Member Portal') @section('breadcrumb')

GLESEC Member Portal

@endsection @section('content')

Compliance

{!! \App\Service::ServiceToDescription('ASSETS') !!} {!! \App\Service::ServiceToBlock('MSS-EPCM') !!}
@can('view-service', 'MSS-EPCM')
@include('dashboards.services.mss_eps')
@endcan
@endsection