@extends('layouts.new_theme') @section('content')
{{ __('Update your incident status here') }}.
{{ __('All incident updates are listed here') }}.
| {{ __('Status') }} | {{ __('Description') }} | {{ __('Updated at') }} | |
|---|---|---|---|
| {{ $details->status }} | {!! strip_tags($details->description) !!} | {{ $details->created_at->diffForHumans() }} | |
| {{ __('Investigating') }} | {!! strip_tags($incident->description) !!} | {{ $incident->created_at->diffForHumans() }} |