@extends('layouts.site') @section('title', $ticket['device_name'] ?? __('site.account_requests_section')) @section('content') @php $lc = ['locale' => app()->getLocale()]; $lastId = collect($thread)->max('id') ?: 0; @endphp
@endsection