@extends('layouts.app') @section('content')

{{trans('lang.gallery_plural')}}|{{trans('lang.gallery_desc')}}

@include('flash::message')
@include('galleries.table')
@endsection