@extends('layouts.app_layout')
@section('title')
View Submission - {{ $report->report_title }}
@endsection
@section('content')
@include('reports.templates.student-info-component')
@include('reports.templates.learning-difficulty-scale-component')
{{-- Back To All Assignments --}}
Back To All Students
@endsection
@section('scripts')
//
//
@endsection