@extends('layouts.app') @section('title', $doc->title . ' — ' . $project->name . ' Wiki') @push('styles') @endpush @section('content') @php $canEdit = auth()->user()->can('contributeDoc', $project); $backUrl = route("{$routePrefix}.index", $project); $updateUrl = route("{$routePrefix}.update", [$project, $doc]); @endphp
@endsection @push('scripts') @endpush