@extends('adminlte::page')
@section('title', 'Dashboard')
@section('content_header')
Modifica dati amministrativi
@include('layouts.navbar')
@include('layouts.breadcrumb')
@stop
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@stop
@section('css')
@stop