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

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

{{ __('id') }} {{ __('no.') }} {{ __('assignment_name') }} {{ __('class_section') }} {{ __('subject') }} {{ __('student_name') }} {{ __('files') }} {{ __('status') }} {{ __('points') }} {{ __('feedback') }} {{ __('Session Year') }} {{ __('created_at') }} {{ __('updated_at') }} {{ __('action') }}
@endsection