@extends('dashboard.layouts.master') @section('title','User Report | Admin Panel') @section('content') @include('sweetalert::alert')

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

{{ __('backend.dashboard') }} / {{ __('backend.UserReport') }}
{{Form::open(['route'=>'customerUpdateAll','method'=>'post','id'=>'updateAll'])}}
{{-- --}}
Id {{ __('backend.name') }} {{ __('backend.email') }} {{ __('backend.phone') }} {{ __('backend.join_date') }}
{{Form::close()}}
@endsection @push("after-scripts") @endpush