Skip to content
Snippets Groups Projects
Commit 86422558 authored by SARPCAN ERCAN's avatar SARPCAN ERCAN :hourglass_flowing_sand:
Browse files

fin du tp

parent 579be905
No related merge requests found
......@@ -29,7 +29,6 @@ class BirdController extends Controller
public function formBirdSearch( Request $request )
{
$birds = null;
if ($request->filled(['place'])) {
$birds = Bird::where('place', $request->place)->get();
}
......
No preview for this file type
......@@ -20,7 +20,7 @@
</section>
<section>
<a href="bird/{{ $bird->id }}">Details</a> -
<a href="deletebird/{{ $bird->id }}">Delete</a> -
<a href="deletebird/{{ $bird->id }}">Delete</a>
</section>
</article>
......
......@@ -29,7 +29,7 @@
</section>
<section>
<a href="bird/{{ $bird->id }}">Details</a> -
<a href="deletebird/{{ $bird->id }}">Delete</a> -
<a href="deletebird/{{ $bird->id }}">Delete</a>
</section>
</article>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment