@extends('admin.layouts.masterlayout') @section('title') View Support & Complaint @endsection @section('head_title') Support & Complaint Management @endsection @section('content')

Referral Reward Details

View Support & Complaint / Support & Complaint Management

Support & Complaint

Customer Name:

{{ $bugreport->user->name ?? '-' }}

Bug Report Type:

{{ $bugreport->reportType->name ?? '-' }}

Priority:

{{ $bugreport->priority_level ?? '-'}}

Description:

{{ $bugreport->description ?? '-' }}

Cancel @if(!in_array($bugreport->status, ['completed'])) @endif
@endsection @section('script') @endsection