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

{{ __('create') . ' ' . __('assignment') }}

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

{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{ __('instructions') }} {{ __('file') }} {{ __('class_section') }} {{ __('subject') }} {{ __('due_date') }} {{ __('points') }} {{ __('resubmission') }} {{ __('extra_days_for_resubmission') }} {{ __('session_year_id') }} {{ __('created_at') }} {{ __('updated_at') }} {{ __('action') }}
@endsection