@if(Auth::user()->hasRole('Wrench Admin'))
Welcome to the Wrench TotalCare Dashboard.
Add a Dealer
Manage Dealers
Manage Wrench Users
@endif
@if(Auth::user()->hasRole('Dealer'))
{{Auth::user()->name}} has Sold {{$data['totalContracts']}} TotalCare Packages month to date for a total of ${{number_format($data['totalCareAmount'], 2)}} revenue and ${{number_format($data['dealerProfit'], 2)}} in profit.
Sell Wrench TotalCare
Order a Used Car Inspection
Cancelations
@endif
@livewire('cancelation-modal')