@extends('dashboard.layouts.master') @section('title', __('backend.customer')) @section('content') @include('sweetalert::alert')
@if (isset($user_management_module_permission) && $user_management_module_permission->read == 1)

{{ __('backend.customer') }}

{{ __('backend.dashboard') }} / {{ __('backend.customer') }}
{{ Form::open(['route' => 'userUpdateAll', 'method' => 'post', 'id' => 'updateAll']) }}
{{ __('backend.customer_name') }} {{ __('backend.email_address') }} {{ __('backend.mobile_number') }} {{ __('backend.registration_date') }} {{ __('backend.status') }} {{ __('backend.options') }}
{{ Form::close() }}
@endif
@endsection @push('after-scripts') @endpush