@extends('layouts.admin') @section('title', 'Feedback') @section('content') @php $authCheck = auth()->check(); $permission= auth()->user(); @endphp
{{--
--}}
@include('admin.feedback.ajax')
@endsection