@extends('layouts.dashboard') @section('content')
Email assigned to serviceShow Form
@if (session('success'))
{{ session('success') }}
@endif
@csrf
@include('services.service-maping_ajax')
Action Service Name Email Created By Created Date
@endsection @section('footer_scripts') @endsection