@extends('layouts.app') @section('title') Gallery @endsection @section('content')
  • {!! Html::link('/', trans('menu.home')) !!}
  • {!! trans('menu.gallery') !!}

{!! trans('menu.gallery') !!}

@endsection @section('js') {!! Html::script('siteroot/plugins/lightbox/ekko-lightbox.js') !!} @endsection