@extends('adminlte::page') @section('title', __('clinic-dashboard.index.title')) @section('content')
@include('clinic.dashboard.parts.news', compact('locale', 'alertNews', 'repairRequestRequiredActions'))
@include('clinic.dashboard.parts.calendar')
@stop @section('js') @stop @section('css') @stop