Submit Support Ticket

Upload your screenshots and describe the issue you are facing.

@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
ত্রুটি: {{ session('error') }}
@endif @if ($errors->any())
ভ্যালিডেশন ভুল:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Click or drag images to upload

Max 25 MB per file. Format: JPG, PNG, WEBP (Photos Only)

Submission History

@forelse($histories as $history)
{{ \Carbon\Carbon::parse($history->created_at)->format('d M Y, h:i A') }} ID: #{{ $history->id }}

{{ $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)
attachment
@endforeach
@empty

You haven't submitted any tickets yet.

@endforelse
×