@extends('frontend.template.index') @push('between-css') {{-- --}} @endpush @push('after-script') @endpush @section('content') VIDEO GALERI @foreach ($office->videoGalleries()->orderBy('id', 'DESC')->paginate(6) as $gallery) @endforeach {!! $office->videoGalleries()->orderBy('id', 'DESC')->paginate(6)->links() !!} @endsection