{{-- Layout --}} @extends('teacher.layout.layout') {{-- Page Title --}} @section('title', 'GAS LMS | Preview Assignment from file') {{-- Breadcrumb section --}} @section('breadcrumb') @include('components._breadcrumb', ['items' => ['Homework' => route('teacher.course.assignment.index', $assignment->course_offering_id)]]) @endsection {{-- Content --}} @section('content')
Upload Answer