@extends('layouts.customer') @section('title') {{trans('customer.dashboard')}} @endsection @section('content')
@if(!$sms_send) @endif

{{$smsDeliveredCount}}

{{trans('customer.sms_delivered')}}

{{$inboxCount}}

{{trans('customer.sms_received')}}

{{$sentFail}}

{{trans('customer.failed_to_send')}}

{{$sentPending}}

{{trans('customer.sms_pending')}}

{{$sentQueued}}

{{trans('customer.sms_queue')}}

{{$device_added}}

{{trans('customer.device_added')}}

{{$total_contact}}

{{trans('customer.total_contact')}}

{{$total_group}}

{{trans('customer.total_group')}}

{{trans('customer.inbox')}}

{{trans('customer.response')}}

@endsection @section('extra-scripts') @endsection