@extends('layouts.app') @section('styles') @endsection @section('content') @canany(['doctors-create','doctors-edit'])

Add Doctors

@csrf
@can('doctors-create') Save @endcan @can('doctors-edit') @endcan
@endcanany @can('doctors-list')

View Doctors

@endcan {{-- #########################View Modal################################### --}} {{-- #########################End Of View Modal############################ --}} @endsection @section('scripts') {{-- ################################Jquery Datatable########################### --}} {{-- --}} {{-- ########################################################################## --}} @endsection