@if ($stage->id) {!! Form::model($stage, ['route' => ['admin.contracts.stages.update', ['contract' => $contract, 'stage' => $stage]], 'method' => 'PUT', 'id' => 'stage-update-form', 'data-stage-id' => $stage->id, ]) !!} @else {!! Form::model($stage, ['route' => ['admin.contracts.stages.store', ['contract' => $contract]], 'method' => 'POST']) !!} @endif