Closed butschster closed 4 years ago
issue #11
Example
Tag::meta([ 'name' => 'description', 'content' => 'Another cool description' ])->visibleWhen(function () { return Request::ip() === '127.0.0.1'; });
issue #11
Example