@extends('user-front.layout') @section('tab-title') {{$keywords["Services"] ?? "Services"}} @endsection @section('meta-description', !empty($userSeo) ? $userSeo->services_meta_description : '') @section('meta-keywords', !empty($userSeo) ? $userSeo->services_meta_keywords : '') @section('page-name') {{$keywords["Our_Services"] ?? "Our Services"}} @endsection @section('br-name') {{$keywords["Services"] ?? "Services"}} @endsection @section('content')
line-shape
line-shape
@endsection