Title: {{ $practiceArea->title }}
Status:
@if ($practiceArea->status === 'active')
Active
@else
Inactive
@endif
{{ $practiceArea->slug }}
{{ $practiceArea->description ?? 'No data Found' }}
{{ $practiceArea->remarks ?? 'No data Found' }}
Created on: {{ $practiceArea->created_at->format('d-M-Y H:i') }}
Updated on: {{ $practiceArea->updated_at->format('d-M-Y H:i') }}