This commit is contained in:
Ludovic CANDELLIER
2021-10-04 13:49:45 +02:00
parent 9d21f28d9e
commit a7f661ab10
9 changed files with 42 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
<div class="col-6">
{{ Form::open(['route' => 'Admin.Shop.Tariffs.store', 'id' => 'tariffs-form', 'autocomplete' => 'off']) }}
<input type="hidden" name="id" id="id" value="{{ $tariff['id'] }}">
<input type="hidden" name="id" id="id" value="{{ $tariff['id'] ?? null }}">
<div class="row mb-3">
<div class="col-8">