Commit e9f19836bda65271788be6a9032892d9e59ed41c
Exists in
master
Merge branch 'master' of http://gitlab.nologostudio.ru/alarionov/rekamore-su
Showing 1 changed file 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" |