@extends('layouts.manage')
@section('title')
@lang('View Customers')
@endsection
@section('page-header-title')
@lang('View Customers')
Customer Bulk Upload
@endsection
@section('page-header-description')
@lang('View Customers')
@endsection
@section('styles')
@if(config('settings.export_table_enable'))
@endif
@include('includes.datatable_style')
@endsection
@section('scripts')
@include('partials.manage.dataTables-responsive')
@if(config('settings.export_table_enable'))
@include('partials.manage.dataTables-export')
@else
@endif
@if(config('settings.toast_notifications_enable'))
@endif
@endsection
@section('content')
@include('partials.manage.customers.index')
@endsection