@extends('layouts.bootstrap') @section('title', 'Edit Document Type') @section('content')
Modify document type: {{ $documentType->name }}
This document type is not used in any tenders and can be safely deleted.
@elseThis document type cannot be deleted because it's used in {{ $documentType->requirements_count }} tender(s).
@endif