@extends('layouts.dashboard') @section('content')
Location Service Mapping Show Form
@if (session('success'))
{{ session('success') }}
@endif
@csrf
Existing Locations & Services
@include('service-location.index_ajax')
Action Location Services Description Status Created By Created Date
@endsection @section('footer_scripts') @endsection