@extends('adminlte::page')
@section('title', 'Edição de Ícone')
@section('content_header')
Edição de Ícone
@stop
@section('content')
@if ($errors->any())
Whoops! Ocorreu algum erro.
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection