diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index 03eaac86..409dad0d 100644 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -27,7 +27,7 @@ @endif -@can('read notice') +@can('read notice') @livewire('list-notices-table') @endcan @@ -39,4 +39,4 @@ @livewire('list-account-applications-table') @endcan -@endsection \ No newline at end of file +@endsection diff --git a/resources/views/livewire/dashboard-data-cards.blade.php b/resources/views/livewire/dashboard-data-cards.blade.php index c8fc0381..fb2fc739 100644 --- a/resources/views/livewire/dashboard-data-cards.blade.php +++ b/resources/views/livewire/dashboard-data-cards.blade.php @@ -1,4 +1,5 @@ -@hasanyrole('admin|super-admin') +