@extends('gallery.layouts.app') @section('content') {{-- PrevNext --}} Search Photos... All @foreach(\App\Category::all() as $category) {{$category->name}} @endforeach @foreach(\App\Gallery::where('status','Approved')->get() as $gallery) {{sizeof(Storage::disk('public')->files($gallery->slug))}} {{$gallery->title}} {{$gallery->photographer->name}} @endforeach load more @endsection @section('style') @endsection
Search Photos...
{{$gallery->photographer->name}}