@yield('page_level_css')
@if(isset(\Auth::user()->id) && \Auth::user()->status == 'Active' && in_array(\Auth::user()->role, ['PI', 'General']))
@include('member.include.message-feature')
@endisset
@yield('page_level_js')
@include('layouts.message-toastr')
@stack('footerscript')