| Company: | 
        {{ $form->organization }} | 
    
    
        | Contact: | 
        {{ $form->contact }} | 
    
    
        | Timestamp: | 
        {{ $form->timestamp }} | 
    
    
        | Category: | 
        {{ $form->getCategoryText() }} | 
    
    @if($form->category == \App\GOCForm::CATEGORY_CHANGE_MANAGEMENT)
    
        
            | Date and time for requested change: | 
            {{ $form->requested_change }} | 
        
        
            | Describe reasons for the change: | 
            {{ $form->reasons_change }} | 
        
        
            | List the affected systemss: | 
            {{ $form->affected_systems }} | 
        
        
            | Environment for the change: | 
            {{ $form->environment }} | 
        
        
            | Has this test been done before?: | 
            {{ $form->test_done }} | 
        
        @if($form->test_done == 'yes')
            
                | Place: | 
                {{ $form->place }} | 
            
            
                | Date: | 
                {{ $form->date }} | 
            
            
                | Time: | 
                {{ $form->time }} | 
            
        @endif
    @endif
    
        | Description: | 
        {{ $form->description }} | 
    
    
        | Severity: | 
        {{ $form->severity }} | 
    
    
        | Contact method: | 
        {{ $form->contact_method }} |