@extends($layout) @section('header_scripts') @stop @section('content')
{{$notification->short_description}}
{{getPhrase('posted_on')}} : {{ $notification->updated_at}} @if($notification->responded_users == null || !(in_array(Auth::user()->id, json_decode($notification->responded_users, true)))) Принять приглашение @else Отклонить @endif