@extends('admin.layouts.app') @section('language-bar') @include('admin.models.myproject.langbar') @endsection @section('content')

{{ LaravelLocalization::getCurrentLocale() == 'es' ? 'Proyectos': 'Projects'}}

{{-- Crear --}}
{{-- --}} {{-- --}} {{-- --}} @foreach($projects as $project) {{-- --}} {{-- --}} {{-- --}} @endforeach
{{ LaravelLocalization::getCurrentLocale() == 'es' ? 'Título': 'Title'}}idstageparent {{ LaravelLocalization::getCurrentLocale() == 'es' ? 'Tipo de Proyecto': 'Project Type'}} {{ LaravelLocalization::getCurrentLocale() == 'es' ? 'Acciones': 'Actions'}}
{{$project->title}}{{ $project->id }}{{ $project->stage }}{{ $project->parent_id }} @if($project->type == 'curator') @if (LaravelLocalization::getCurrentLocale() == 'es') @if ($project->team_id) Curador/Grupal @else Curador/Individual @endif @else @if ($project->team_id) Curator/Group @else Curator/Individual @endif @endif @else @if (LaravelLocalization::getCurrentLocale() == 'es') @if ($project->team_id) Artista/Grupal @else Artista/Individual @endif @else @if ($project->team_id) Artist/Group @else Artist/Individual @endif @endif @endif {{-- {{ LaravelLocalization::getCurrentLocale() == 'es' ? 'Cargar Datos': 'Load Data'}}--}} @if (Auth::user()->id == 5652) @if ($project->stage == 2) {{ LaravelLocalization::getCurrentLocale() == 'es' ? 'Inscripción Completa': 'Inscription Complete'}} @else @if ($project->initialized) @if ($project->initialized->initialized == 0) {{ LaravelLocalization::getCurrentLocale() == 'es' ? 'Completar inscripción': 'Complete inscription'}} @else {{ LaravelLocalization::getCurrentLocale() == 'es' ? 'Reiniciar': 'Restart'}} @endif @else {{ LaravelLocalization::getCurrentLocale() == 'es' ? 'Completar inscripción': 'Complete inscription'}} @endif @endif @else @if ($project->stage == 2) {{ LaravelLocalization::getCurrentLocale() == 'es' ? 'Inscripción Completa': 'Inscription Complete'}} @endif @endif
@endsection