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

Edit HSE Document

@csrf @method('PUT')

Document Information

@error('title')

{{ $message }}

@enderror
@if($document->file_name)

Current: {{ $document->file_name }}

@endif
Cancel
@endsection