@extends('layouts.app') @section('title', 'Admin - Tickets') @section('content')
{{ Str::limit($ticket->description, 150) }}
No tickets found.