@if(session()->has('message'))
@endif
@if(session()->has('error'))
@endif
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}
{{--
--}}
Filter by Date
Disposition Counts
| ID | Sale Disposition | Count |
|---|---|---|
| {{ $disposition->id }} | {{ $disposition->name }} | {{ $opportunityCounts[$disposition->id] ?? 0 }} |
| No sale dispositions found. | ||