@extends('admin/layouts/dashboard') @section('breadcrumbs', Breadcrumbs::render(Route::currentRouteName())) @section('content')
Список новостей
Добавить новость
@if( $news->isEmpty() )
Нет данных
@else @endif
@endsection @section('script') @include('admin.helper.active.state_js', [ 'btnSelector' => '.js-change-activity' ]) @endsection