@extends('layouts.app') @section('content')

Edit Module

@if (session('error'))
{{ session('error') }}
@endif
@csrf
@if($module->file_path)

Current file: Download existing

@endif
Back
@endsection