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

Image gallery

@foreach ($pictures as $picture) @endforeach
{!! $pictures->links() !!}
@endsection