@extends('layouts.squelette') @section('css_header') @endsection @section('js_header') @endsection @section('titre_page') {{ __("Calendrier global") }} @endsection @section('titre') {{ __("Calendrier global") }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', [ 'btn_imprim'=> false, 'btn_export'=> false]) @endsection @section('contenu')
  • Tous
  • @foreach($techs as $tech)
  • {{ $tech->name }} {{ $tech->numberOfInterventions }}
  • @endforeach
{{--
  • Tous
  • @foreach($techs as $tech)
  • {{ $tech->name }} {{ $tech->numberOfInterventions }}
  • @endforeach
--}}
@endsection @section('js_footer') @endsection