@extends('layout.structure')
@section('title-tab')
{{$ecp->name}}
@endsection
@section('title-page')
{{$ecp->name}}
@endsection
@section('head')
@parent
@endsection
@section('content')
Percentuale Corsi di Laurea
{{$ecp->percentages->graduate}}%
Percentuale Corsi Post Laurea o Post diploma
{{$ecp->percentages->oc}}%
Percentuale Corsi singoli
{{$ecp->percentages->ic}}%
Sedi
Elenco delle sedi registrate
Tipo Sede |
Luogo |
Contatti |
|
@foreach($ecp->locations as $location)
{{$location->type}}
|
{{$location->region}}
{{$location->city}} ({{$location->province}})
{{$location->address}} {{$location->postal_code}}
|
{{$location->phone}}
{{$location->fax}}
{{$location->email}}
{{$location->pec}}
|
@if($location->type != 'sede_legale')
@endif
|
@endforeach
Crea nuova sede
@component('components.stats.ecp',['ecp' => $ecp])
@endcomponent
@endsection
@section('footer')
@parent
@endsection