@extends('admin.layouts.main-layout') @php if(!empty($sub_service->encrypted_id)) { $title = "Edit Sub-Service"; } else { $title = "Add Sub-Service"; } @endphp @section('title', $title) @section('content')