@extends('layout') @section('title','Support') @section('content')
Read our F.A.Qs before raise a Support Ticket.
Contact Us
👋 Thank you for using Naresh Lottery. Please provide the following information about your business needs to help us serve you better. This information will enable us to route your request to the appropriate person. You should receive a response within 24 hours.
@csrf
Contact Us

{{$total_ticket}}

Total Support Tickets

{{$open_ticket}}

Open

{{$under_process_ticket}}

Under Process

{{$close_ticket}}

Closed

@foreach($support_category_view as $support_categorys) @endforeach
Sl.No Support Ticket Details Dates Subject Message Status
1 {{$support_categorys->support_ticket_id}}
Category: {{$support_categorys->category_name}}
Created On : {{$support_categorys->created_at}}
Updated On : {{$support_categorys->updated_at}}
{{$support_categorys->subject}} {{$support_categorys->description}} @if($support_categorys->status == 0) {{'Open'}} @elseif($support_categorys->status == 1) {{'Under Process'}} @else {{'Closed'}} @endif
@endsection