@extends('layouts.app') @section('content') @if(Auth::user()->status == 2 || Auth::user()->status == 3)
{{ __('Dear,') }} {{ Auth::user()->name }}{{ __(' Your Account Currently') }} @if(Auth::user()->status == 2) {{ __('Suspened') }} @elseif(Auth::user()->status == 3) {{ __('Pending') }} @endif {{ __('Mode And Also Disabled All Functionality If You Are Not Complete Your Payment Please Complete Your Payment From') }} {{ __('Here') }} {{ __('Or Also Contact With Support Team') }}