@extends('backend.layouts.app') @section('content')

{{ __('labels.backend.roles.index.title') }} {{ __('labels.backend.roles.show.action') }}

{{ __('labels.backend.roles.index.sub-title') }}

@include('backend.sections.language-navigator') {{ html()->form('POST', route('products.store'))->class('form-horizontal')->id('multilanguage-form')->open() }} {{ csrf_field() }} {{-- show form fields dynamically according to selected local in the tabs on top --}} @include('backend.sections.multilanguage-form')
{{__('Create')}}
{{ html()->form()->close() }}
@endsection