@extends('front.layouts.pages-layout') @section('pageTitle',isset($pageTitle) ? $pageTitle : "Services") @section('content')

Services

@livewire('services') @endsection @push('scripts') @endpush