@extends('layout.dashboard') @section('title', 'Novo projecto - Kamba Animation') @section('content')

Novo membro

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(!isset($team))
@csrf
@else
@method('PUT') @csrf
@if($team->image == "default") @else @endif
@endif
@endsection @section('script') @endsection