Project CRUD redy

This commit is contained in:
Александр Бабкин
2022-06-30 15:17:22 +03:00
parent 6b85576c4e
commit abc503ecd9

View File

@@ -5,7 +5,7 @@
</h2>
</x-slot>
<!-- <div class="py-12">
<div class="py-12">
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8">
<div class="bg-white overflow-hidden shadow-sm sm:rounded-lg">
<div class="p-6 bg-white border-b border-gray-200">
@@ -19,7 +19,7 @@
</ul>
</div>
@endif
<form method="POST" action="{{ route('projects.update,$project->id') }}">
<form method="POST" action="{{ route('projects.update',$project->id) }}">
@csrf
@method('PUT')
<div>
@@ -53,5 +53,5 @@
</div>
</div>
</div>
</div> -->
</div>
</x-app-layout>