@extends('gallery.layouts.app') @section('content')

{{$gallery->title}}

{{--

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do

--}}
    @foreach(Storage::disk('public')->files($gallery->slug) as $index=>$image)
  • @endforeach
{{--

Comments ( 3 )

Add Comments
  • image

    The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains.

    • image

      The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains.

--}}
    {{--
  • Title :{{$gallery->title}}

  • Photographer :{{$gallery->photographer->name}}

  • --}}
  • Category :{{$gallery->category->name}}

  • Description :{{$gallery->description}}

  • Camera : {{$gallery->camera}}

  • {{--
  • Select Frame size :

  • --}}
  • Tags :

    @foreach(explode(',', $gallery->tags) as $tag) {{$tag}} @endforeach

@endsection @section('style') @endsection @section('script') @endsection