@extends('templates.dashboard') @section('title', 'Abiofore') @section('content_header') {{-- @livewire('widgets.navigation',['tabs'=>[ ['name'=>'cs_summary','display'=>'Aperçu Generale', 'active'=>true], ['name'=>'cs_etablissement','display'=>'Etablissement'], ['name'=>'cs_responsables','display'=>'Responsables'], ['name'=>'cs_intervenants','display'=>'Intervenants'], ['name'=>'cs_bassins','display'=>'Bassins'], ['name'=>'cs_maintenance','display'=>'Planning de Maintenance'], ['name'=>'cs_archives','display'=>'Archives'] ]]) --}} @stop @section('content')
@include('dashboard.documents.new')
@stop @section('css') @parent @stop @section('js') @parent @stop