@extends('layouts.back') @section('titulo', 'Alertas') @section('page_header','Painel') @section('breadcrumbs') @if(isset($item->id)) @breadcrumbs(["itens" => ["Alertas" => route('alertas.index'), "Editar alerta #" . $item->id => ""]]) @else @breadcrumbs(["itens" => ["Alertas" => route('alertas.index'), "Criar alerta" => "" ]]) @endif @endsection @push('header_imports') @endpush @section('content')