{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content.extended') {{-- Message Center --}}
@if ($role == 'manager') {{-- Header --}}
@endif {{-- Body --}}
@include($components_path.'.modalMsg') @include($components_path.'.modalNewMsg') @endsection {{-- Scripts Section --}} @section('scripts') @endsection