@extends("front.$version.layout") @section('pagename') - @if (empty($category)) {{ __('All') }} @else {{ $category->name }} @endif {{ __('Services') }} @endsection @section('meta-keywords', "$be->services_meta_keywords") @section('meta-description', "$be->services_meta_description") @section('breadcrumb-title', convertUtf8($bs->service_title)) @section('breadcrumb-subtitle', convertUtf8($bs->service_subtitle)) @section('breadcrumb-link', __('Services')) @section('content')
@if (count($services) == 0)

{{ __('NO SERVICE FOUND') }}

@else @foreach ($services as $service) @endforeach @endif
@if (serviceCategory())

{{ __('Categories') }}

@endif
@endsection