@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

{{trans('labels.student_management')}}

@endsection @section('content')
@csrf
@error('lecture_id') {{ $message }} @enderror
@error('subscription_fees') {{ $message }} @enderror
@error('attendance') {{ $message }} @enderror
@endsection @section('script') @endsection