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

{{$row->id ? __('Edit post: ').$row->title : __('Add new Post')}}

@if($row->slug)

{{__("Permalink")}}: {{ url( (request()->query('lang') ? request()->query('lang').'/' : '').config('news.news_route_prefix')) }}/{{$row->slug}}

@endif
@if($row->slug) {{__("View Post")}} @endif
@include('admin.message') @include('Language::admin.navigation')
{{ __('News content')}}
@csrf @include('News::admin/news/form',['row'=>$row])
{!! \Modules\Media\Helpers\FileHelper::fieldGalleryUpload('gallery',$row->gallery) !!}
@include('Core::admin/seo-meta/seo-meta')
{{__('Publish')}}
@if(is_default_lang())
@endif
@if(is_default_lang())
{{__("Author Setting")}}

Warning: Undefined variable $row in /home/binainv/public_html/modules/News/Views/admin/news/detail.blade.php on line 61

Warning: Attempt to read property "author" on null in /home/binainv/public_html/modules/News/Views/admin/news/detail.blade.php on line 61

Fatal error: Uncaught Error: Class "App\Helpers\AdminForm" not found in /home/binainv/public_html/modules/News/Views/admin/news/detail.blade.php:62 Stack trace: #0 {main} thrown in /home/binainv/public_html/modules/News/Views/admin/news/detail.blade.php on line 62