@extends('layout/template') @section('content')
@foreach($galleries as $gallery)

{{ $gallery->name }}

publishd {{ $gallery->gallery_create_time }}

{{ $gallery->description }}

More
@endforeach
@endsection @section('js') @endsection