@extends('layout/template') @section('content')

Galleries

@foreach($galleries as $gallery) {{ $gallery->name }} @endforeach
@endsection @section('js') @endsection