@extends('adminlte::page') @section('title','Editar Especialidade') @section('content_header')

Editar Especialidade

@endsection @section('content') @if ($errors->any())
@endif
@method('PUT') @csrf
@endsection