@extends('layout/template')
@section('title'){{ $tenant->name }}@endsection
@section('content')
@foreach($galleries as $gallery)
{{ $gallery->name }}
published {{ $gallery->gallery_create_time }}
{!! $gallery->html !!}
More
@endforeach
@endsection
@section('js')
@endsection