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