@extends('back.layouts.pages-layout') @section('pageTitle', isset($pageTitle) ? $pageTitle: 'All Projects') @section('content') @livewire('all-service') @endsection @push('scripts') @endpush