@extends('adminlte::page') @section('template_title') {{ __('Update') }} Profesionale @endsection @section('content')
{{ __('Update') }} Profesionale
{{ method_field('PATCH') }} @csrf @include('profesionale.form')
@endsection