@extends('layouts.back') @section('titulo', 'Configurações Gerais') @section('page_header','Painel') @section('content')

Configurações Gerais

@csrf {{ $item->id ? method_field('PATCH') : ''}}
@component('components.outros.alerta-erros', compact('errors')) @endcomponent
@endsection @push('footer_imports_end') @endpush