@extends('app') @section('content')

Service List

@can('diagnostic-test-create')   Add Lab Test & Price @endcan @can('diagnostic-service-group-create')   Add Diagnostic Test Group @endcan @can('diagnostic-service-package-create')   Add Diagnostic Test Package @endcan @can('diagnostic-service-group-view')   View Diagnostic Test Group @endcan @can('diagnostic-service-package-view')   View Diagnostic Test Package @endcan @can('ward-cabin-create')   Add Cabin & Ward @endcan

{{-- permission from route--}} @canany(['diagnostic-test-view', 'diagnostic-test-edit','diagnostic-test-update','diagnostic-test-remove']) @endcanany @canany(['diagnostic-test-view', 'diagnostic-test-edit','diagnostic-test-update','diagnostic-test-remove']) @endcanany
Sl No Diagnostic Test Name Service Category Service Sub Category Test Price StatusAction
Sl No Diagnostic Test Name Service Category Service Sub Category Test Price StatusAction
@endsection @section('script') @endsection