@extends('layouts.app') @section('styles') @endsection @section('content')

REGISTRO DE PACIENTE

@csrf @include('admin.pacientes.forms.create')
@endsection