@extends('layouts.dashboard') @section('content')
Add New Service Show Form
@if (session('success'))
{{ session('success') }}
@endif
@csrf
Existing(s) Service Details
@include('services.addService_ajax')
Action Service Name Category Description Status Added By
@endsection @section('footer_scripts') @endsection