@extends('layouts.main') @section('title', 'Agiliza WEB') @section('body')
@if($message)

{{ $message }}

@endif
@include('components.table', ['chamadosDetalhadosComTempo' => $chamadosDetalhadosComTempo])
@include('components.modal')
@endsection