@extends('website.layouts.app') @section('title','gallery2') @section('content')
@foreach($company_gallery as $companyGallery)

{{$companyGallery->name ?? ''}}

@foreach($companyGallery->categoryWiseGalleryActive as $gallery) @endforeach @endforeach
@endsection