@extends('adminlte::page') @section('title', 'Crea Contratti') @section('content_header')

Crea Contratto di Locazione

@stop @section('content')
@if ($errors->any())
@endif
@csrf
@stop