@extends('adminlte::page') @section('title','Novo cadastro') @section('content_header')

Cadastros - Paciente

@endsection @section('css') @stop @section('content') @if ($errors->any())
@endif
@csrf
{{--
--}}
@endsection @section('js') @endsection