@extends('layouts.app') @section('content')
@if(isset($_COOKIE["ID_target"])) @include('crea_struttura_target_2') @else @include('crea_dati_target') @endif
@if(isset($_COOKIE["ID_target"])) @endif
@endsection @section("myscript") @endsection