@extends('layout.master') @section('content')
Edit Notes
@csrf @method('PUT')
Edit Note
{{ $notes->note }}
File Upload
@if($notes->notefiles) @foreach($notes->notefiles as $note)
View
Delete
@endforeach @endif
@foreach ($notes->recordings as $key => $recording)
{{ $recording->name }}-{{ $key+1 }}
Your browser does not support the audio element.
Delete Audio
@endforeach
Start Recording
Stop Recording
Save
@endsection @push('scripts') @endpush