@extends('layouts.app') @section('title', 'Novo Alerta') @section('content')
@csrf @include('admin.alerts._form', ['submitLabel' => 'Criar Alerta'])
@endsection