@extends('Frontend.Layouts.modal') @section('title') {{ trans('front.device_alerts') }} {{ $device->name }} @stop @section('body')
@include('Frontend.DeviceAlerts.table')
@stop @section('buttons') @stop