@extends('layouts.appadmin') @section('content')
Projetos - Adicionar
@csrf
@error('nome') {{ $message }} @enderror
@stop @section('scripts') @stop