@extends('layout.master') @section('content')

Edit Notes

@csrf @method('PUT')
@if($notes->notefiles) @foreach($notes->notefiles as $note) @endforeach @endif
@foreach ($notes->recordings as $key => $recording)
{{ $recording->name }}-{{ $key+1 }}
Delete Audio
@endforeach
@endsection @push('scripts') @endpush