@includeIf('dashboard.user.form', ['user'=> $user, 'mode' => 'VIEW', 'type' => $type,'editable' => false, 'editable_status' => false])
@if (Auth::user()->can('credential', App\Models\User::class))
@include('dashboard.user.pw.editpw',['type' => $type])
@endif
@endsection