| 1 | <?php namespace Arcanesoft\Auth\ViewComposers\Dashboard; |
||
| 12 | class UsersCountComposer extends ViewComposer |
||
| 13 | { |
||
| 14 | /* ----------------------------------------------------------------- |
||
| 15 | | Constants |
||
| 16 | | ----------------------------------------------------------------- |
||
| 17 | */ |
||
| 18 | const VIEW = 'auth::admin._composers.dashboard.users-count-box'; |
||
| 19 | |||
| 20 | /* ----------------------------------------------------------------- |
||
| 21 | | Main Methods |
||
| 22 | | ----------------------------------------------------------------- |
||
| 23 | */ |
||
| 24 | /** |
||
| 25 | * Compose the view. |
||
| 26 | * |
||
| 27 | * @param \Illuminate\Contracts\View\View $view |
||
| 28 | */ |
||
| 29 | public function compose(View $view) |
||
| 33 | } |
||
| 34 |