@if(count($main_store['company_photos'])) @endif @if(isset($latest_opening['store']))

{{App\Language::trans('Latest Opening')}}

@foreach($latest_opening['store'] as $store) @if(count($store['company_photos'])) @foreach($store['company_photos'] as $photo_index => $photo) @if($photo_index == 1 && $photo['company_photo_path']) @endif @endforeach @endif @endforeach
@endif
@foreach($categories as $category)

{{$category['company_category_name']}}

@endforeach