@extends('layouts.master') @section('title' , __('messages.SERVICES')) @push('css') @endpush @section('content')

{{ __('messages.SERVICES') }}

{!! $servicedesc->servicedesc !!}

Star Icon
@forelse (\App\Models\Service::all() as $service) @empty

{{ __('messages.no_data') }}

@endforelse
@include('layouts.clients') @include('layouts.cta') @endsection