@extends('layouts.app') @section('title', $category->name . ' - Details') @section('content')
@if(request('date_from') && request('date_to')) View all tickets for this category ({{ \Carbon\Carbon::parse(request('date_from'))->format('d M Y') }} - {{ \Carbon\Carbon::parse(request('date_to'))->format('d M Y') }}) @else View all tickets for this category (Current Month: {{ now()->format('F Y') }}) @endif
Total Tickets
Solved Tickets
Pending Tickets
Category Name