@extends('admin.layouts.app') @section('title', 'Services') @section('content')

Services Setup the Services that business provides


Services
What are the Services in your business? Setup Services and Service Types for your business in SaleSoft CRM.
Services *
Service Types
Email Template
 Add Service Types *
 Service Owner *
@foreach($data['services_details'] as $service) @if($service->serviceTypes->count() > 0)
@endif @endforeach

Are You Sure?

it will delete this Service and its Serive Types straight away.

Are You Sure?

it will delete Serive Types straight away.

Departments Already Exist.

@stop @section('styles') @stop @section('admin_js') @include('admin.settings.services.js.services') @stop