@extends ('backend.layouts.app') @section ('title', trans('labels.backend.departments.title')) @section('after-styles') {{ Html::style("css/backend/plugin/datatables/dataTables.bootstrap.min.css") }} @endsection @section('page-header')

{{ trans('labels.backend.appointment.title') }}

@endsection @section('content')
@permission('create-appointment') @endauth

{{ trans('labels.backend.appointment.management') }}

{{ trans('labels.backend.appointment.patient-name') }} {{ trans('labels.backend.appointment.doctor-name') }} {{ trans('labels.backend.appointment.date') }} {{ trans('labels.backend.appointment.status') }} {{ trans('labels.general.actions') }}
@permission('create-appointment') @endauth
@endsection @section('after-scripts') {{ Html::script("js/backend/plugin/datatables/jquery.dataTables.min.js") }} {{ Html::script("js/backend/plugin/datatables/dataTables.bootstrap.min.js") }} @endsection