{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{ $page_title }} @endsection {{-- Content --}} @section('content')
@if (!empty($data['id'])) @method('PUT') @endif @csrf
@include('backend.errors')

Feedback Notes

@if(!empty($feedbackNotesData))
@foreach($feedbackNotesData as $index => $irdata)
@endforeach
@endif @php $count = count($feedbackNotesData) ?? 0; @endphp

@endsection {{-- Scripts Section --}} @section('scripts') @endsection