@extends('layouts.dealer.app') @section('title', 'Dealer Dashboard') @section('content')

Dealer Dashboard

@if (auth()->user()->status->value == 0)

Profile Under Review

Your profile is currently pending verification. You’ll get full access once our team approves your account.

@endif
@endsection