@lang('customer.list')
| {{trans('customer.device_name')}} | {{trans('customer.total_sent_message')}} | {{trans('customer.status')}} | {{trans('customer.action')}} |
|---|
@extends('layouts.customer')
@section('title') {{trans('customer.devices')}} @endsection
@section('extra-css')
@endsection
@section('content')
@lang('customer.list')
{{trans('customer.device_name')}}
{{trans('customer.total_sent_message')}}
{{trans('customer.status')}}
{{trans('customer.action')}}