@extends('seller.profile') @section('content')
@if (Auth::user()->ads()->where('status', 'blocked')->count() > 0)

Your account has been blocked. Please contact admin for unblocking.

@else
@endif
@endsection