@extends('layouts.master') @section('graficos') @endsection @section('content') @include('partials.containers-header') @foreach ($arrPhasCoun as $objPhasCoun)
{{$objPhasCoun->country->name}}
@foreach ($objPhasCoun->perspectives()->get() as $objPersPhas)
@include('charts.dona',[ 'id' => $objPersPhas->id, 'location' => $objPersPhas->dona_location, 'title' => $objPersPhas->resume_link, 'labels' => 0, 'd3' => 'true', 'innerSize' => 45, 'route' => env('APP_URL','http://localhost/').'api/v1/ofp/'.$objPersPhas->id, ])
@endforeach
@endforeach @include('partials.containers-footer') @endsection @section('javascript') @endsection