@extends('layouts.adminapp') @section('content') {{-- Batch Wise Report --}}

{{ __('lng.StudentSkillPerformance') }}

@csrf
@error('batch_id') {{ $message }} @enderror
@endsection