@extends('layouts.customer') @section('title') {{trans('customer.dashboard')}} @endsection @section('extra-css') @endsection @section('content')

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

@if(auth('customer')->user()->type=='customer') @if(!$sms_send) @endif @endif
{{ trans('customer.sms_delivered') }}
{{ $smsDeliveredCount }}
{{ trans('customer.sms_received') }}
{{ $sentPending }}
{{ trans('customer.failed_to_send') }}
{{ $sentFail }}
{{ trans('customer.sms_pending') }}
{{ $sentPending }}
{{ trans('customer.sms_queue') }}
{{ $sentQueued }}
{{ trans('customer.device_added') }}
{{ $device_added }}
{{ trans('customer.total_contact') }}
{{ $total_contact }}
{{ trans('customer.total_group') }}
{{ $total_group }}
@endsection @section('extra-scripts') {{-- --}} @endsection