@extends('layouts.app') @section('title') {{ __('messages_301.Reports') }} @endsection @section('content')
{{ \Carbon\Carbon::parse($item->created_at)->format('Y-m-d h:i a') }}
{!! $item->comment !!}
@elseif (in_array(strtolower(pathinfo($item->path, PATHINFO_EXTENSION)), ['pdf', 'doc', 'docs']))
@elseif (in_array(strtolower(pathinfo($item->path, PATHINFO_EXTENSION)), ['webm', 'mkv', 'flv', 'mp4']))
@endif
@endforeach
@else
{{ __('messages_301.No attachments found') }}
@endif