@extends('adminlte::page') @section('title', __('global.CA').' '.__('global.List')) @section('content_header')

@lang('global.CA') & @lang('global.List')

@endsection @section('content') @if(auth()->id() === 1 or auth()->user()->role_name === 'superviseur')
@endif
@lang('global.Add New')
@lang('global.Id') @lang('global.Dcc Type') @lang('global.Patient') @lang('global.NoPid') @lang('global.Mobile') @lang('global.Email') @lang('global.Center') @lang('global.Appointment Date') @lang('global.Action')
@endsection @section('adminlte_js') @endsection