@extends('layouts.master') @section('title') {{ __('sentence.New Patient') }} @endsection @section('content')
{{ __('sentence.personal information') }}

Por favor, completa la siguiente información para registrar los datos del paciente.


{{ csrf_field() }}
{{ __('sentence.contact information') }}

{{ __('sentence.clinical history') }}

@endsection @section('header') @endsection @section('footer') @endsection