@extends('frontend.master') @section('content')
@foreach ($vgallery as $vgalleryy)

{{$vgalleryy->title}}

@endforeach
{{$vgallery->links('pagination::bootstrap-5')}}
@endsection()