{{-- Layout --}} @extends('admin.layout.layout') @section('title','GAS LMS | Homework Preview') {{-- Breadcrumb section --}} @section('breadcrumb') @endsection {{-- Content --}} @section('content')

{{ $assignment->title }}

Download the file below, then upload your answers:
@forelse ($assignment_attachments as $attachment)

{{ $attachment->file_name }}

{{ $attachment->type }}
Download
@empty

No file uploaded in this homework

@endforelse

Upload Answer

Choose files or drag and drop files here
@endsection