@extends('layouts.default-new')
@section('title', 'دنت آنلاین - ' . $item->title)
@section('bodyclass', 'right-sidebar single single-post pace-done')
@section('content')
@include('particles.pages.news')
@stop
@section('admin-hovremenu')
@if(Auth::user())
@can('admin-news')
ارسال به کانال
ویرایش
@endcan
@endif
@stop
@section('scripts')
@stop