@extends('layouts.app') @section('content') @include('selfv.selfvMonitoring.header')
@if (auth()->user()->hasRole(1))
@endif
@if (auth()->user()->hasRole(1))
@endif
{{ $dataTable->table() }}
@endsection @push('scripts') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} {{-- reload table --}} @endpush