@extends('layouts.master') @section('title') {{ __('sentence.New Patient') }} @endsection @section('content')
{{ __('sentence.New Patient') }}
{{ csrf_field() }}
Kg
Cm
@endsection @section('header') @endsection @section('footer') @endsection