@extends('web.layouts.app') @section('content')

Welcome To Mora Whats Dashboard

@if(now()->gte($notifyDate)) @endif
@if (isset($business->credit) && $business->credit !== null)
cash {{$business->credit}} @lang('user.credit')
@else

{{$teams_number}}

@endif

{{$contacts_number}}

{{$broadcasts_number}}

@if(!empty($remainingMonthlyLimit))
@lang('user.remaining_monthly_limit'): {{ $remainingMonthlyLimit }}
@endif

{{$conversations_number}}

@lang('user.messages')

@lang('user.hourly_messages')

@lang('user.last_contacts')
@foreach ($contacts->where('status',1) as $contact) @endforeach
@lang('user.name') @lang('user.mobile') @lang('user.actions')
{{ $contact->name }} {{ $contact->mobile }}
@endsection @section('script') @endsection