-
@foreach($offices as $office)
@if($office->city == 'kosovo')
- {{ trans('front.'.$office->city) }} @elseif($office->city == 'bh')
- {{ trans('front.'.$office->city) }} @else
- {{ trans('front.'.$office->city) }} @endif @endforeach