@extends('layouts.app')
@section('title', __('Total Customers'))
@section('content')
@component('components.widget', ['class' => 'box-primary'])
| SL No. |
Upgraded on( Date, Time) |
Customer's Name |
Mobile No |
Email |
Status |
Shared Date, Time |
@endcomponent
{!! Form::close() !!}
@endsection
@section('javascript')
@php $asset_v = env('APP_VERSION'); @endphp
@endsection