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