@extends('admin::layouts.content') @section('page_title') {{ __('admin::app.settings.channels.add-title') }} @stop @section('content')
@csrf() {!! view_render_event('bagisto.admin.settings.channel.create.before') !!} {{-- general --}}
@{{ errors.first('code') }}
@{{ errors.first('name') }}
@{{ errors.first('inventory_sources[]') }}
@{{ errors.first('root_category_id') }}
@{{ errors.first('hostname') }}
{{-- currencies and locales --}}
@{{ errors.first('locales[]') }}
@{{ errors.first('default_locale_id') }}
@{{ errors.first('currencies[]') }}
@{{ errors.first('base_currency_id') }}
{{-- design --}}
{{ __('admin::app.settings.channels.logo-size') }}
{{ __('admin::app.settings.channels.favicon-size') }}
{{-- home page seo --}}
@{{ errors.first('seo_title') }}
@{{ errors.first('seo_description') }}
@{{ errors.first('seo_keywords') }}
{{-- maintenance mode --}}
{!! view_render_event('bagisto.admin.settings.channel.create.after') !!}
@stop @push('scripts') @include('admin::layouts.tinymce') @endpush