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

Edição de Gênero

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

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