@extends('adminlte::page') @section('title', 'Edição de Marca') @section('content_header')

Edição de Marca

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

@endif
@csrf @method('PUT')
Descrição
Url
Ativo
@endsection