@extends('frontend::layouts.master') @section('content') {{-- Page Title --}} {{-- Services List --}}
@livewire('frontend::card.services', ['type' => 'services'])
@endsection