@extends('layouts.app') @section('title', 'Edit Document Template') @section('content')
Back

Edit Document Template

@csrf @method('PUT')

Template Information

@if($template->file_path)

Current file exists

@endif
Cancel
@endsection