@extends('front.pages.account.index') @section('account_title') {{__('Notes')}} @endsection @section('account_css') @endsection @section('account_content') {{__('Notes')}} {!! $notes->body !!} @endsection @section('account_scripts') @endsection