From b91d477c268025da52d115d4bb65fd7213972da5 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 2 Mar 2020 21:52:34 -0600 Subject: [PATCH] moon admin controller for approving or denying moon has been updated. --- resources/views/moons/user/allmoons.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/moons/user/allmoons.blade.php b/resources/views/moons/user/allmoons.blade.php index 192625a15..17599eeaf 100644 --- a/resources/views/moons/user/allmoons.blade.php +++ b/resources/views/moons/user/allmoons.blade.php @@ -48,7 +48,7 @@ {{ $moon->ThirdQuantity }} {{ $moon->FourthOre }} {{ $moon->FourthQuantity }} - {{ $moon->Available }} + {{ $moon->Availability }} @endif @endforeach