@extends('layouts.app') @section('title') {{$item->title}} @endsection @section('body')
{!!$item->first_description!!}

Forms

@foreach($forms as $form)
{{$form->title}}

{{$form->text}}

@if($form->file && $form->file != '[]') Download @endif
@endforeach
{!!$item->note!!}
{!!$item->contacts!!}
@foreach($teams as $team)
@if($team->country && $team->country != '[]') @foreach(json_decode($team->country) as $cont) @endforeach @endif

{{$team->title}}

{!!$team->name!!}
{!!$team->contact!!}
@endforeach
{!!$item->second_description!!}
@endsection