$blog->getRouteKey(), 'key' => [ 'public' => $blog->getPublicKey(), 'route' => $blog->getRouteKey(), ], 'name' => $blog->name, '' => $blog->, 'url' => [ 'public' => trans_url('blog/'.$blog->getPublicKey()), 'user' => guard_url('blog/blog/'.$blog->getRouteKey()), ], 'status' => trans('app.'.$blog->status), 'created_at' => format_date($blog->created_at), 'updated_at' => format_date($blog->updated_at), ]; } }