Basically I have a master page that uses information passed down to render the model results. Not all models that are passed to the master page will be soft deleting models. So I want to be able to check whether or not the model uses soft deleting. Kind of like the solution provided here: http://laravel.io/forum/03-15-2014-how-to-determine-if-model-support-soft-deleting
Sep 2, 2016
8
Level 9
Check if a model uses Soft Deleting
I am trying to find out if there is a way to find out if a model is soft deleting from the view.
Please or to participate in this conversation.