@extends('layouts.app') @section('appjs') @endsection @section('content') @section('page_title') Client Usage @endsection

Client Usage @can('hasExcelPermission')
@csrf
@endcan


@foreach($clientdata['data'] as $val) @endforeach
Account ID Organization Client Email Id Volume Pushed Volume Submitted Total SMS Units Spends Sender Names
{{$val->account_id }} {{$val->account_name }} {{$val->email }} {{$val->pushed_volume}} {{$val->volume_count}} {{$val->total_units}} {{$val->spends}} {{$val->sender_names}}
Total NA NA NA
@endsection