@if(auth()->check() && (auth()->user()->is_team && auth()->user()->role->role_estimates >= 2)) @if(config('visibility.modules.reminders')) @endif @if($bill->bill_status == 'draft') @endif @if($bill->bill_status == 'declined') @endif @endif @if(auth()->check() && auth()->user()->is_client) @if(config('visibility.modules.reminders')) @endif @endif