@extends('adminlte::page') @section('title', 'Novo Ícone') @section('content_header')

Novo Ícone

@stop @section('content')
Voltar
@if ($errors->any())
Whoops! Ocorreu algum erro.

@endif
@csrf
Nome (Ex.: Editar)
Ícone
Ativo
@endsection