@include('global::sections.header') @stack('styles')
LEAN
Software Project Management System
Center for Information Technology
Software Development Directorate
@if($logoPath != '')
@if(!str_ends_with($logoPath, "dist/images/logo.svg" ))
@endif
@endif @isset($action, $module) @include("$module::$action") @else @yield('content') @endisset
@include('global::sections.pageBottom') @stack('scripts')