@extends('layouts.master') @include('incident.alert.style') @include('incident.alert.script') @section('browser-title', 'Painel de Incidentes - Alertas') @push('filter-buttons') @endpush @section('content')
          @component('bootstrap::modal',['id'=>'modal-show-incident']) @slot('title') Incidente @endslot
          @slot('footer') @endslot @endcomponent @endsection