Upload your screenshots and describe the issue you are facing.
@forelse($histories as $history)
{{ $history->desk }}
@php
$files = json_decode($history->photo_video, true);
if(!is_array($files)){
$files = $history->photo_video ? [$history->photo_video] : [];
}
@endphp
@foreach($files as $file)
@endforeach
@empty
You haven't submitted any tickets yet.
@endforelse