@extends('layouts.app') @section('title','Appointment Billings') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('opd-appointment-create', $authRolePermissions)) @endif
@include('opd-appointment.table')
@endsection @section('js') @endsection