@extends('dashboard.user.layouts.app')
@section('content')
@slot('header')
User {{ $title }}
@endslot
- Title:
- {{ $support->title }}
- Priority:
- {{ $support->priority }}
- Description:
- {{ $support->description }}
- Status:
- {{ $support->status }}
- Date:
- {{ $support->created_at->diffForHumans() }}
- Updated at:
- {{ $support->updated_at->diffForHumans() }}
@endsection