public function __construct() { $this->middleware('auth', ['except'=>['index', 'show']]); }
Pro tip: use ```triple backticks around text``` to write in code fences