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