@include('pages.templates.proposals.components.misc.list-page-actions') @if(auth()->user()->is_team)
@if (@count($proposals ?? []) > 0) @include('misc.list-pages-stats') @endif
@endif
@include('pages.templates.proposals.components.table.wrapper')