@extends('admin.layouts.app') @section('styles') @endsection @section('content')

Información personal

{{ $usuario->name }}
{{ $usuario->surname }}
{{ $usuario->email }}
{{ $usuario->dni_type}}
{{ $usuario->dni }}
{{ $usuario->address }}
{{ $usuario->city }}
{{ $usuario->pais }}
{{ $usuario->nacionality }}
@php($date = new DateTime($usuario->birthdate)) {{ date_format($date, 'd/m/y') }}
{{ $usuario->telephone }}
{{ $usuario->web }}
{{--
{{ $usuario->cellphone }}
--}}

Detalle

{{ $usuario->name }}
@if($proyecto->type == 'curator') Curador @else Artista @endif
@if(is_null($proyecto->team_id)) Individual @else Grupo @endif
@if(!is_null($proyecto->team_id))
{{ $grupo->first()->nombreGrupo }}
@endif
{{ $proyecto->title }}
@if( $proyecto->type != 'curator')
@if(!is_null($tipo_proyecto))
{{ $tipo_proyecto->tipo_proyecto }}
@endif
@endif
{{ $proyecto->summary }}
@if( $proyecto->type != 'artist')
{{ $proyecto->artists_proposal }}
@endif {{--
{!! $proyecto->description !!}
--}}
{{ $proyecto->space }}
{{--
{{ $proyecto->estimated_bucket }}
--}} {{--
{!! $proyecto->complementary_info !!}
--}} @if(!is_null($proyecto->images_link)) {{-- @if(preg_match('#^(https?://|www\.)#i', $proyecto->material_link) === 1) --}}
{{--
--}}
{{-- @endif --}} @endif @if(!is_null($proyecto->images_link_password))
{{ $proyecto->images_link_password }}
@endif @if(!is_null($proyecto->video_link)) {{-- @if(preg_match('#^(https?://|www\.)#i', $proyecto->material_link) === 1) --}}
{{--
--}}
{{-- @endif --}} @endif @if(!is_null($proyecto->video_link_password))
{{ $proyecto->video_link_password }}
@endif @if(!is_null($proyecto->audio_link)) {{-- @if(preg_match('#^(https?://|www\.)#i', $proyecto->material_link) === 1) --}}
{{--
--}}
{{-- @endif --}} @endif @if(!is_null($proyecto->audio_link_password))
{{ $proyecto->audio_link_password }}
@endif
    @foreach($project_axle as $pa)
  • {{ $pa->axle->name }} - Eliminar Eje
  • @endforeach
@if(!is_null($proyecto->team_id))

Integrantes del grupo

@foreach($grupo as $integrante)
{{ $integrante->name }}
{{ $integrante->surname }}
{{ $integrante->email }}
{{ $integrante->dni_type }}
{{ $integrante->dni }}
{{ $integrante->address }}
{{ $integrante->city }}
{{ $integrante->pais }}
{{ $integrante->nacionality }}
@php($date = new DateTime($integrante->birthdate)) {{ date_format($date, 'd/m/y') }}
{{ $integrante->telephone }}
{{ $integrante->web }}
{{--
{{ $integrante->cellphone }}
--}}

@endforeach
@endif

Archivos adjuntos

@foreach($adjuntos as $key => $adj)
@switch($adj['mime']) @case("image-jpeg") @case("image-jp2") @case("image-png") @php($tipo_de_adjunto = "Imagen") @break @case("audio-mpeg") @php($tipo_de_adjunto = "Audio") @break @case("video-mp4") @case("video-x-m4v") @php($tipo_de_adjunto = "Video") @break @case("application-pdf") @php($tipo_de_adjunto = "Pdf") @break @default @php($tipo_de_adjunto = "") @endswitch
@switch($adj['mime']) @case("image-jpeg") @case("image-jp2") @case("image-png") @php($imagen = $adj['path'] . $adj['filename']) @break @case("audio-mpeg") @php($audio = $adj['path'] . $adj['filename']) @break @case("video-mp4") @case("video-x-m4v") @php($video = $adj['path'] . $adj['filename']) @break @case("application-pdf") @php($pdf = $adj['path'] . $adj['filename']) @foreach($arrayNombrePdf as $cadaNombrePdf) {{$cadaNombrePdf}} @endforeach {{".".$extensionPdf}} @break @default @php($tipo_de_adjunto = "") @endswitch
{{-- MODAL de imagen --}} {{-- FIN modal --}}
@endforeach
@if(count($proyecto->childProjects) != 0)

Etapa 2

@if($proyecto->type == 'curator')
@if ($proyecto->proposal) {{ $proyecto->proposal->title_exhibition }} @endif
@endif
@if($proyecto->proposal) {{ $proyecto->proposal->content }} @endif
@foreach($proyecto->childProjects as $p)

Obra {{ $cont }}

@if($proyecto->type == 'artist')
{{ $p->artist }}
{{ $p->work_name }}
{{ $p->year }}
{{ $p-> technique }}
{{ $p->measures }}

Fatal error: Uncaught Error: Call to a member function toArray() on null in /home/bienalsurweb/public_html/convocatoria2021/resources/views/admin/models/inscription/detail.blade.php:698 Stack trace: #0 {main} thrown in /home/bienalsurweb/public_html/convocatoria2021/resources/views/admin/models/inscription/detail.blade.php on line 698