@extends ('core.layouts.app') @section ('title', trans('sales_channel.sales_channels')) @section('page-header')

{{ trans('sales_channel.sales_channels') }}

@endsection @section('content')

{{ trans('sales_channel.sales_channels') }}

@include('focus.market.partials.additionals-header-buttons')
# {{ trans('general.title') }} {{ trans('general.createdat') }} {{ trans('labels.general.actions') }}
@endsection @section('after-scripts') {{-- For DataTables --}} {{ Html::script(mix('js/dataTable.js')) }} @endsection