From a9963fcff92dd271f622dd5fd504a6cb4a96ca4f Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 4 Nov 2018 09:23:02 -0600 Subject: [PATCH] add moon blade --- resources/views/moons/addmoon.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/moons/addmoon.blade.php b/resources/views/moons/addmoon.blade.php index e107820f0..412c84756 100644 --- a/resources/views/moons/addmoon.blade.php +++ b/resources/views/moons/addmoon.blade.php @@ -17,7 +17,7 @@ {{ Form::label('firstore', 'First Ore') }} {{ Form::text('firstore', '', ['class' => 'form-control', 'placeholder' => 'First Ore Name']) }} {{ Form::label('firstquan', 'First Ore Quantity') }} - {{ Form::text('firstquan', '', ['class' => 'form-control', 'placeholder' => 'Second Ore Quantity']) }} + {{ Form::text('firstquan', '', ['class' => 'form-control', 'placeholder' => 'First Ore Quantity']) }} {{ Form::label('secondore', 'Second Ore') }} {{ Form::text('secondore', '', ['class' => 'form-control', 'placeholder' => 'Second Ore Name']) }} {{ Form::label('secondquan', 'Second Ore Quantity') }}