@extends('provider.layout') @section('title', 'Dashboard') @section('content') {{-- Welcome bar --}}
Manage all your module profiles from one place.
Add a module to start offering services and getting bookings.
Setup First ModuleYour profile is live and accepting bookings.
@elseif($status === 'pending')Under admin review — typically 24–48 hrs.
@elseif($status === 'rejected')@if($profile->rejection_reason) {{ Str::limit($profile->rejection_reason, 90) }} @else Application not approved. Update your profile and resubmit. @endif
@elseif($status === 'suspended')This profile has been suspended. Contact support.
@endif {{-- Action buttons --}}{{ Str::limit($review->body, 80) }}