@props(['description'=>true,'title'=>true,'body'=>false,'title_label'=>t_('title'),'description_label'=>t_('description'),'body_label'=>t_('body')])
@forelse($languages as $lang)
@if($title)
@endif @if($description)
@endif @if($body)
@endif @if($seo_status??true) {{-- @include('admin.inc._general_form._seo_input_form')--}} @endif
@empty @endforelse