@extends('admin.layouts.app') @section('content') @include('admin.layouts.partial.toolbar', ['breadcrumb' => 'Mapping'])
Add Mapping
Selected
Delete Selected
{{-- --}}
S.No
Client
Branch
Category
Services
Sub Services
Created Date
Enable/Disable
Actions
@endsection @push('scripts') {{-- DataTables Requirement --}} @endpush @include('admin.layouts.partial.dataTables') @section('modal')
Modal title
×
{{--
Modal body text goes here.
--}}
Add Service
Service
-Select-
1
2
3
4
5
Sub Service
-Select-
1
2
3
4
5
@endsection