@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => ' Teaching Plan'])
@include('components.alert')
@csrf @method('PUT')

View Teaching Plan

Cancel
@if($teachingPlan->topicssynpfile)

Current File: {{ $teachingPlan->topicssynpfile }}

@endif
@endsection