comments
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
@extends('layout.index', [
|
||||
'title' => 'Offre',
|
||||
'subtitle' => 'Edition d\'une offre',
|
||||
'breadcrumb' => ['Offres']
|
||||
'title' => __('Shop.offers.title'),
|
||||
'subtitle' => __('Shop.offers.edit'),
|
||||
'breadcrumb' => [__('Shop.offers.title'), __('Shop.offers.edit')]
|
||||
])
|
||||
|
||||
@section('content')
|
||||
|
||||
{{ Form::open(['route' => 'Admin.Shop.Offers.update', 'id' => 'offer-form', 'autocomplete' => 'off']) }}
|
||||
{{ Form::open(['route' => 'Admin.Shop.Offers.store', 'id' => 'offer-form', 'autocomplete' => 'off']) }}
|
||||
<input type="hidden" name="id" value="{{ $id }}">
|
||||
@include('Admin.Shop.Offers.form')
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user