@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('content')

Service Details

@include('commons.notifications')

Name : {{ ucwords($showservice->name) }}

Type : {{ ucwords($showservice->type) }}


@endsection