@extends('master.index') @section('title') @if(Input::get('category')){{ $title }} {{ t('in category') }} {{ getCategoryName(Input::get('category')) }}@else{{ $title }}@endif @endsection @section('content')

{{ $title }} @if(Input::get('category')){{ t('in category') }} {{ getCategoryName(Input::get('category')) }}@endif

@include('gallery.util-list') @endsection @section('pagination')
{!! $images->appends(Input::except('page'))->render() !!}
@endsection