@extends('admin::layouts.content') @section('page_title') {{ __('admin::app.customers.customers.title') }} @stop @section('content')

{{ __('admin::app.export.download') }}

@stop @push('scripts') @include('admin::export.export', ['gridName' => app('Webkul\Admin\DataGrids\CustomerDataGrid')]) @endpush