@extends('layouts.master') @section('title') @lang('Title') @endsection @section('css') @endsection @section('content')

Gallery

Gallery
@if ($message = Session::has('success'))
{{ $message }}
@endif
@endsection @section('script') @endsection