Skip to content

Instantly share code, notes, and snippets.

@FrankFlow
Last active September 2, 2017 09:27
Show Gist options
  • Select an option

  • Save FrankFlow/119ff725efbca58a94d04dd1704d3f2e to your computer and use it in GitHub Desktop.

Select an option

Save FrankFlow/119ff725efbca58a94d04dd1704d3f2e to your computer and use it in GitHub Desktop.
<?php
use Illuminate\Support\Facades\Blade;
Blade::if('editor', function () {
return auth()->check() && auth()->user()->isEditor();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment