@extends('layouts.header') @section('content')
{{ $data->title }}
{{ $data->responsibility }}
{{ $reopen->comment }}
@if($reopen->attachment != "") @if($reopen->attachment_ext == 'xls' || $reopen->attachment_ext == 'xlsx' || $reopen->attachment_ext == 'docx' || $reopen->attachment_ext == 'doc') {{ Str::limit($reopen->attachment,50)}} @else {{ Str::limit($reopen->attachment,50)}} @endif @endif