@extends('layout.index', [ 'title' => __('Shop.offers.title'), 'subtitle' => __('Shop.offers.add'), 'breadcrumb' => [__('Shop.offers.title'), __('Shop.offers.add')] ]) @section('content') {{ Form::open(['route' => 'Admin.Shop.Offers.store', 'id' => 'offer-form', 'autocomplete' => 'off']) }} @include('Admin.Shop.Offers.form') @endsection