@extends('layouts.frontend.main') @section('title','Galerie') @section('styles') @include('pages.frontend.components.gallery_styles_links') @endsection @section('body')

Galerie

Visitez Notre Galerie

  • All
  • @foreach($galerie as $galerietype)
  • {{$galerietype->title}}
  • @endforeach
@foreach($galerie as $galeries)
Image

{!! Str::words($galeries->description, 20) !!}

{{$galeries->title}}

+
@endforeach
@endsection @section('scripts') @include('pages.frontend.components.gallery_scripts_links') @endsection