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

@lang('customer.list')

{{trans('customer.device_name')}} {{trans('customer.device_model')}} {{trans('customer.android_v')}} {{trans('customer.app_v')}} {{trans('customer.total_sent_message')}} {{trans('customer.status')}} {{trans('customer.action')}}
@endsection @section('extra-scripts') {{-- --}} @endsection