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

Setup Preview

Basic Setup

@if(\Illuminate\Support\Facades\Auth::user()->hasRole('admin'))

Hospital Setup
@endif @canany(['designation-view','designation-create','designation-edit','designation-update','designation-remove'])

Designation
@can('designation-create')   Add @endcan @canany(['designation-view','designation-edit','designation-update','designation-remove'])  View @endcanany
@endcanany @canany(['department-view','department-create','department-edit','department-update','department-remove'])

Department
@can('department-create')   Add @endcan @canany(['department-view','department-edit','department-update','department-remove'])  View @endcanany
@endcanany @canany(['educational-qualification-view','educational-qualification-create','educational-qualification-edit','educational-qualification-update','educational-qualification-remove'])

Education Qualification
@can('educational-qualification-create')   Add @endcan @canany(['educational-qualification-view','educational-qualification-edit','educational-qualification-update','educational-qualification-remove'])  View @endcanany
@endcanany @canany(['medical-degree-view','medical-degree-create','medical-degree-edit','medical-degree-update','medical-degree-remove'])

Medical Degree
@can('medical-degree-create')   Add @endcan @canany(['medical-degree-view','medical-degree-edit','medical-degree-update','medical-degree-remove'])  View @endcanany
@endcanany

Tested By

Authorize By

Lab Test Setup

@canany(['service-category-view','service-category-create','service-category-edit','service-category-update','service-category-remove'])

Service Category
@can('service-category-create')   Add @endcan @canany(['service-category-view','service-category-edit','service-category-update','service-category-remove'])  View @endcanany
@endcanany @canany(['service-sub-category-view','service-sub-category-create','service-sub-category-edit','service-sub-category-update','service-sub-category-remove']) @endcanany

Lab Test Report Template

Prescription Template
@endsection @section('script') @endsection