@extends('front.app') @section('meta') @stop @section('container')
@if($services->isNotEmpty())
@foreach($services as $service) {{$service->name}}

{{$service->name}}

@endforeach
@else

{{ShowLabelById(80)}}

@endif
@stop