@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => $title])
@csrf
Feedback Information
Save
Cancel
Feedback Information
Academic year
Select academic year
@forelse ($academic_year as $data)
{{$data->academicdetail}}
@empty
No data found.
@endforelse
@if ($errors->has('academic_year'))
{{ $errors->first('academic_year') }}
@endif
Display name
@if ($errors->has('display_name'))
{{ $errors->first('display_name') }}
@endif
Deprtment
Select department
@forelse ($department as $data)
{{$data->department_name}}
@empty
No data found.
@endforelse
@if ($errors->has('department'))
{{ $errors->first('department') }}
@endif
Program
Select Program
@if ($errors->has('program'))
{{ $errors->first('program') }}
@endif
@include('layouts.footers.auth.footer')
@endsection @push('scripts') @endpush