예제 #1
0
<?php

return ['user' => \Auth::user(), 'brand' => App\Brand::where('active', 1)->first(), 'map' => App\Map::orderBy('id')->first()];
예제 #2
0
<?php

return ['user' => \Auth::user(), 'brand' => App\Brand::where('active', 1)->first(), 'contents' => App\Content::all()];