@section('page_content')

Note Details

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ $note_types[$note->holder_type] }}
{{ $note_type_options[0]['label'] }}
{{ $note->comment }}
@stop