@extends('../layouts.navigation') @section('content')
@csrf
@error('nome') @enderror
@if (session('message')) @endif
@endsection