@extends('adminlte::page')
@section('titile','Editar Procedimento')
@section('content_header')
Editar Procedimento
@endsection
@section('css')
@stop
@section('content')
@if ($errors->any())
Ocorreu um erro
@foreach ($errors->all() as $error)
- {{$error}}
@endforeach
@endif
@endsection
@section('js')
@stop