@extends('front.app') @section('meta') @stop @section('container')
@if($agency->moduleMultipleImg->isNotEmpty())
@foreach($agency->moduleMultipleImg as $one_image)
{{ $agency->itemByLang->name ?? '' }} - image {{ $loop->iteration }}
@endforeach
@endif
{{ $agency->cityId->itemByLang->name }}, {{ $agency->itemByLang->name ?? '' }}
{{--
--}}
@stop {{--@push('other-scripts') @endpush--}}