@extends('layouts.app') @section('title', 'Doctors Chamber List') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('doctor-chamber-create', $authRolePermissions)) @endif
@include('doctor.chamber.table')
@endsection