@extends('layouts.app') @section('title', $page_title) {{-- Include global DataTable styling --}} @include('components.datatable-styles') @section('content')
{{ __('app.notes_description') }}
{{$note->content}}
{{__('app.no_notes_found_description')}}
{{__('app.create_first_note')}}