@extends("layouts.app")
@section("title")
@php $tablename="Feedback" @endphp
Feedback
@endsection
@section("content")
{{-- ---------------------------------------------------- table 1 html -------------------------------------------------- --}}
@php $tableNo=1;
@endphp
@endsection
@section("script")
@endsection