@extends('layouts.app') @section('content')

{{ __('Editar uma subárea') }}

@csrf
@error('nome') {{ $message }} @enderror
@endsection