@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => $title])
@csrf
Feedback Information

Feedback Information

@if ($errors->has('academic_year')) {{ $errors->first('academic_year') }} @endif
@if ($errors->has('semester')) {{ $errors->first('semester') }} @endif
@if ($errors->has('display_name')) {{ $errors->first('display_name') }} @endif
@if ($errors->has('faculty')) {{ $errors->first('faculty') }} @endif
@if ($errors->has('syllabus')) {{ $errors->first('syllabus') }} @endif
@if ($errors->has('department')) {{ $errors->first('department') }} @endif
@if ($errors->has('program')) {{ $errors->first('program') }} @endif
@include('layouts.footers.auth.footer')
@endsection @push('scripts') @endpush