@extends('admin.layouts.app') @section('content') @include('admin.layouts.partial.toolbar', ['breadcrumb' => 'Service Details']);
Category: | {{ $service->category_name }} | |
Name: | {{ $service->name }} | |
Description: | {{ $service->description }} | |
Added Sub Services: | ||
|
Date of Creation: | {{ $service->created_at->format('d-m-Y') }} |