@extends('layouts.frontend') @section('title','Gallery') @section('content')
    @foreach ($galleries as $gallery)
  • @endforeach
@endsection