@extends('layouts/app') @section('styles') @endsection @section('content')
@include('layouts.sidebar')

{{ $lang->solicitud_info }}

{{ $lang->bienvenida_solicitud }}
{{ $lang->bajada_solicitud }}

{{ $lang->como_queres_participar }}

{{ ucfirst($lang->individual) }}
{{-- $lang->individual --}}
@if ($projectIndividual) @if ($projectIndividual->percentage != 100) @else @endif @else @endif
@if(!empty($projectIndividual)AND($projectIndividual->percentage==100)AND($projectIndividual->verifyState==8)) @endif
{{ ucfirst($lang->grupal) }}
{{-- $lang->grupal --}}
@if ($projectGroup) @if ($projectGroup->percentage != 100) @else @endif @else @endif
@if(!empty($projectGroup)AND($projectGroup->percentage==100)AND($projectGroup->verifyState==8)) @endif
@if(session()->get('success') && session()->get('success') == 'OK')

{{ $lang->proyecto_enviado }}

{{ $lang->com_seleccion }}

@endif @endsection @section('scripts') @endsection