@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) {{-- Custom CSS --}} @section('css') @endsection @section('content')
{{-- Failed --}} @if(Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif
@csrf

{{ __('Customer Details') }}

{{-- Full Name --}}
{{-- Status --}}
{{-- Change Password --}}

{{ __('Change Password') }}

{{-- Email --}}

{{ __('Emails') }}

{{-- Checkbox Welcome Email --}}
{{-- Checkbox Reset Password --}}
{{-- Footer --}} @include('admin.includes.footer')
{{-- Custom JS --}} @section('scripts') @endsection @endsection