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


{!! $office->videoGalleries()->orderBy('id', 'DESC')->paginate(6)->links() !!}
@endsection