@extends('backend.layouts.master') @push('style') @endpush @section('title', __('static.additional_service.additional_services')) @section('content') @use('App\Helpers\Helpers') @php $services = Helpers::getAllServices(); @endphp