@extends('site.master') @section('main-content')

@lang('language.photogallery')

@if (!$list->IsEmpty()) @foreach ($list as $item)
{{ $item->title }} {{ numEnToNp($item->photo_count + 1) }} @lang('language.photo')
{{ $item->title }}
@endforeach
{{ $list->links() }}
@else {!! NO_RECORD !!} @endif
@endsection @push('script') @endpush