+
+ @if(!$users)
+
+ You don't have any double elePHPant to trade yet.
+
+ @elseif(count($users))
+
+ Found {{ $users->total() }} {{ \Illuminate\Support\Str::plural('user', $users->total()) }} that can trade with you.
+
+
+ @foreach($users as $user)
+
diff --git a/routes/web.php b/routes/web.php
index 8baf6f5..b28f6d8 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -12,7 +12,6 @@
Route::middleware(['auth'])->group(function () {
Route::get('/my-herd', 'HerdController@edit')->name('herds.edit');
- Route::get('/my-herd/stats', 'HerdController@stats')->name('herds.stats');
Route::get('/trade', 'TradeController@index')->name('trades.index');
Route::put('/adoption/{elephpant}', 'AdoptionController@update')->name('adoptions.update');
Route::get('/photo/create', 'PhotoController@create')->name('photos.create');
diff --git a/yarn.lock b/yarn.lock
index 6d25001..404848b 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1721,9 +1721,9 @@ boolbase@^1.0.0, boolbase@~1.0.0:
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
bootstrap@^4.0.0:
- version "4.3.1"
- resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.3.1.tgz#280ca8f610504d99d7b6b4bfc4b68cec601704ac"
- integrity sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==
+ version "4.5.3"
+ resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.3.tgz#c6a72b355aaf323920be800246a6e4ef30997fe6"
+ integrity sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ==
brace-expansion@^1.1.7:
version "1.1.11"