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