{{-- resources/views/general/received-tips/show.blade.php --}} @extends($layout) @section('title', 'تفاصيل النصيحة') @section('page-title', 'تفاصيل النصيحة') @push('styles') @endpush @section('content')
من: {{ $tip->advisor->name }}
{{ $tip->content }}
أنت
{{ $tip->replied_at->diffForHumans() }}
{{ $tip->reply }}