IT-решение решено. Axious отправил запрос: ax ios .get (en/blog/${encodeURI(this.$route.params.id)}
). Then (response => {this.blogpostdetails = response.data.blogpostdetails;
});
и контроллер: $ blogpost = Blog :: with ('blogcategorylist', 'admin', 'blogcomment') -> whereSlug (urldecode ($ id)) -> get () -> first ();