@extends('template.'.config('settings.template').'.content.dashboard.app') @section('content')

{{ __('admin-content.create-new-' . $type_id) }}

@csrf
{{ __('admin-content.content-news') }}
@if (auth()->user()->role->id > 2 and !empty(auth()->user()->category)) @else @endif
@if (config('settings.lnd_status'))
Define as Premium Content
@endif
@if ($type_id == 2)
@endif
@if ($type_id == 3)



Action Buttons Create new Action
Preview Button Action Type Action Target



@endif
{{ __('admin-content.content-text') }}





@stop