@extends('partials.layout') @section('titulo', 'Projeto') @section('conteudo')

{{ $projeto->exists ? 'Editar projeto' : 'Novo projeto' }}

@csrf @if($projeto->exists) @method('PUT') @endif
R$
@foreach($empresas as $e) @endforeach
Cancelar
@endsection