@extends('layouts.main') @section("content") @endsection @section("components_declarations") @include("projects.project_form") @include("projects.project_info") {{__("Projects")}} Add Project check close delete @{{ props.item.name }} @{{ formatDate(props.item.created_at) }} $@{{ props.item.target }} $@{{ props.item.invested }} Edit View {{__("components.Sorry, nothing to display here")}} 😞 @{{ search }} {{__('components.not found')}} 😥 @{{ item.name }} {{__("New Project")}} close @{{ item.name }} Investment close {{__("components.Confirm")}} @{{confirmObject.text}} {{__("components.Cancel")}} {{__("components.Continue")}} @{{ snackbar.text }} Close @endsection @section("components_instances") PageContent @endsection