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