@extends('adminlte::page') @section('content_header')

Pacientes

@stop @section('content')
{{ csrf_field() }} @include('paciente.form')
@endsection