Skip to content

Commit 7b0bda9

Browse files
authored
Merge pull request #66 from balajidharma/2.x-Changes
Removed image field
2 parents d34eb86 + 9ac70dd commit 7b0bda9

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

resources/views/admin/user/edit.blade.php

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</div>
1010
<div class="w-full py-2 overflow-hidden">
1111

12-
<form method="POST" action="{{ route('admin.user.update', $user->id) }}" enctype="multipart/form-data">
12+
<form method="POST" action="{{ route('admin.user.update', $user->id) }}">
1313
@csrf
1414
@method('PUT')
1515

@@ -51,15 +51,6 @@
5151
/>
5252
</div>
5353

54-
<div class="py-2">
55-
<x-admin.form.label for="image" class="{{$errors->has('image') ? 'text-red-400' : ''}}">{{ __('Image') }}</x-admin.form.label>
56-
57-
<x-admin.form.input id="image" class="{{$errors->has('image') ? 'border-red-400' : ''}}"
58-
type="file"
59-
name="image"
60-
/>
61-
</div>
62-
6354
<div class="py-2">
6455
<h3 class="inline-block text-xl sm:text-2xl font-extrabold text-slate-900 tracking-tight py-4 block sm:inline-block flex">Roles</h3>
6556
<div class="grid grid-cols-4 gap-4">

0 commit comments

Comments
 (0)