@extends('layout.structure') @section('title-tab') Modifica ECP @endsection @section('title-page') Modifica ECP @endsection @section('head') @parent @endsection @section('content')
@csrf @method('PATCH') @component('components.form.ecp',['ecp'=>$ecp]) @endcomponent
@endsection @section('footer') @parent @endsection