@extends('layouts.app') @section('title', ($fileType === 'spreadsheet' ? '新試算表' : ($fileType === 'presentation' ? '新簡報' : '新文件')) . ' — ' . $project->name) @push('styles') @endpush @section('content') @php $backUrl = route("{$routePrefix}.index", array_filter(['project' => $project->id, 'folder_id' => $parentId])); $storeUrl = route("{$routePrefix}.store", $project); $isSheet = $fileType === 'spreadsheet'; $isPresentation = $fileType === 'presentation'; @endphp {{-- Hidden form for submission --}}