@extends('layouts.app') @section('title', __('Wallboards')) @section('content_class', 'content-full') @section('body_class', 'footer-hide') @section('body_attrs')@parent data-wallboard_id="{{ $wallboard_id }}"@endsection @section('content')
{{ __('Wallboards') }}
@if (count($wallboards)) @else @endif @if (count($wallboards))   - {{-- --}} @endif
@if (!empty($empty_panel)) @include('partials/empty', $empty_panel ?: ['icon' => 'dashboard']) @else
@include('wallboards::partials/widgets')
@endif
@include('partials/include_datepicker') @endsection @section('javascript') @parent wbInit("{{ __("Are you sure you want to delete this wallboard?") }}"); var wb_text_delete_card = '{{ __("Are you sure you want to delete this widget?") }}'; @endsection