updated web route

This commit is contained in:
2018-11-04 09:20:05 -06:00
parent 630efb1c28
commit fcf2d8bb38

View File

@@ -2,7 +2,7 @@
@section('content')
<div class="container">
<h2>Add A New Moon</h2>
{!! Form::open(['action' => 'MoonsController@addMoon', 'method' => 'POST']) !!}
{!! Form::open(['action' => 'MoonsController@storeMoon', 'method' => 'POST']) !!}
<div class="form-group col-md-6">
{{ Form::label('region', 'Region') }}
{{ Form::text('region', '', ['class' => 'form-control', 'placeholder' => 'Region']) }}