updated web route
This commit is contained in:
@@ -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']) }}
|
||||
|
||||
Reference in New Issue
Block a user