title); $modal = Modal::make() ->lg() ->title($obj->title) ->body($obj) ->button($button); return $modal; } }