Commit 049e0c124207008eefc2780adc2f92827ec086d6

Authored by Сергей П
1 parent ec6778aa2e
Exists in master

Фиксы для страниц редактирвоания образования

Showing 1 changed file with 3 additions and 2 deletions Side-by-side Diff

resources/views/admin/education/form.blade.php
1   -@csrf
2 1  
3   -@method('PUT')
4 2 <div class="px-4 py-3 mb-8 bg-white rounded-lg shadow-md dark:bg-gray-800">
5 3 <form method="POST" action="{{ route('admin.education.update', ['education' => $education->id]) }}" enctype="multipart/form-data">
  4 + @csrf
  5 +
  6 + @method('PUT')
6 7 <label class="block text-sm">
7 8 <span class="text-gray-700 dark:text-gray-400">Название учебного заведения</span>
8 9 <input name="name" id="name"