Commit 78a504fe authored by alisson's avatar alisson
Browse files

add

parent dfd655ab
...@@ -112,8 +112,7 @@ class AvaliadorPadController extends Controller ...@@ -112,8 +112,7 @@ class AvaliadorPadController extends Controller
} }
public function actionCreate($pad_id) public function actionCreate($pad_id)
{ {
dd('create');
$pad = Pad::find($pad_id); $pad = Pad::find($pad_id);
$model = new AvaliadorPad(); $model = new AvaliadorPad();
......
@php
dd('create update');
@endphp
<div class="mb-3"> <div class="mb-3">
<h3 class="h3"> Cadastrar Avaliador (PDA) </h3> <h3 class="h3"> Cadastrar Avaliador (PDA) </h3>
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment