@if(auth()->user()->hasRole('admin') || auth()->user()->can('Can view notes'))
@if(auth()->user()->hasRole('admin') || auth()->user()->can('Can add notes'))
@csrf
Start typing a notes here.
@endif
@endif