@extends('template.'.\Setting::get('template', 'default').'.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 (\Setting::get('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