@extends('layouts.app') @section('content') @if (session('status'))@endif
{{--MAINTENANCE--}}
@include('includes.display_filter_entity')
@foreach($maint as $key => $data) @foreach($data as $wd => $user) @endforeach @endforeach
{{ucfirst(trans('app.task'))}} {{ucfirst(trans('app.times'))}} {{ucfirst(trans('app.user'))}}
{{$key}} {{$wd}} {{$user}}
@endsection