@extends('layouts.master') @section('title') {{ __('elective_subjects') }} @endsection @section('content')

{{ __('list') . ' ' . __('students') }}

{{ __('students') }} {{ __('status') }} {{ __('selected_subjects') }} {{ __('action') }}
@endsection