@extends('frontend.theme_2.app') @section('title', __('service_list') . ' || ' . $companyName) @push('styles') @endpush @section('content') @include('frontend.pages.banner')
@include('frontend.pages.services.filter')
@include('frontend.loader.content_loader')
@include('frontend.toast')
@endsection @push('scripts') @endpush