{{$user->name}}
All
@foreach(\App\Category::all() as $category)
{{$category->name}}
@endforeach
@foreach(\App\Gallery::all() as $gallery)
@endforeach
{{$gallery->title}}
{{$gallery->photographer->name}}