@extends('dashboard.parent') @section('title', __('pages.share_notes')) @section('page_name', __('pages.share_notes')) @section('css') @endsection @section('bread_crumb') @endsection @section('actions') @endsection @section('content')
@can('Create-Share-Note') @lang('pages.add_new') @endcan
{{ $dataTable->html()->table(['class' => 'table align-middle table-row-dashed fs-6 gy-5', 'id' => 'share-note-table'], true) }}
@endsection @section('js') {{ $dataTable->html()->scripts() }} @endsection